Changing flex ticker colors

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8670
    astrbac
    Member

    Guys,

    I have changed the text inside the flex ticker (on the homepage “We create brands, …”) and the last word is not colored anymore. How cah I bring this accent back?

    I could not find the option in the shortcode itself. I do have some basik knowledge about html/css but would rather not fiddle with this stuff as it might break something else.

    If this is absolutely neccessary please let me know where (in which file) and what code I need to change for this to recive the styling chosen in the theme options.

    Cheers
    Alex

    #8715
    Raghavendra
    Moderator

    If you go to the text tab in the visual editor, you will find that to color the text we have included span element like this –

    [ticker_slider messages="We are Creative,We Create Brands,We Design Stunners,We Make The Web" animation_speed=600 slideshow_speed=5300]
    ..
    [/ticker_slider]
    

    So, to color something, just use span element to wrap the element you want colored.

    #8748
    astrbac
    Member

    You mean the <span> is coloured in the CSS file so anything I wrap in span will get that styling? Cool!

    Thanks.

    #8757
    Raghavendra
    Moderator

    Yes exactly. Glad that worked for you.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Changing flex ticker colors’ is closed to new replies.