Home Forums Pro Themes Flat Commerce Pro Font Color

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23510
    jjambeck
    Participant

    Can I change font color? For example, I have font over my featured images on the slider, but it is white font and the image makes it very hard to see (it is light image). It would be better if the font could be a different color. There might also be other font (not on the static page title where you can pick it) that could be different colors.

    #23512
    wensolutions
    Keymaster

    Hello,

    You can use some Custom CSS to change the color for the slider title.

    Please go to your Admin Dashboard > Appearance > Customize > Theme Options > Custom CSS Options and paste in the following custom CSS

    #feature-slider .entry-container .entry-header .entry-title a {
    
    color:#ed7f00;
    
    }

    You can replace the color Hex code with the color code of your choice.

    If you need reference on color hex codes, please see the link here : http://www.w3schools.com/colors/colors_picker.asp

    Hope this Helps,

    Best Regards !!

    #23514
    jjambeck
    Participant

    This was perfect, but I can’t seem to find a good color that shows up well on the image – is there a way to make the font show up on a button instead? Then I can make the button white or what ever color works to have the font show up? Maybe some CSS code for that?
    Thanks!

    #23560
    wensolutions
    Keymaster

    Hello,

    To apply the color to the text used in the button of the slider, you can replace the CSS provided in the thread above with the new Custom CSS provided below :

    #feature-slider .entry-container a.read-more {
    
    color: #ed7f00; 
    
    }

    Hope this Helps,

    Best Regards !!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.