Slider Font Style

  • JesseGolomb

    #1827

    How do I go about changing the style/size of the slider post title font? Is there a simple code I could input/modify into custom CSS?

    Also, is it possible to change the color of the “Share” text that shows up on the slider. If you look at my page (TheFanManifesto.com), you can see that this text blends into the slider.

    As always, Thanks for your help.

    FireOfGod

    #17273

    Hello Jesse,

    I cannot tell you, how to change the font, but your slider is so different, then the normal three types, I can choose. You don’t have a border around etc. How did you do that?

    Greetings,

    FoG

    Admin

    Syahir Hakim

    #17274

    Slider post title:

    .full-sized .slider_post h2 a, .full-sized .slider_post h2 a:visited {
    /* Your custom CSS style here */
    }

    Share text:

    .sharing_label {
    color: #fff;
    }

    It’s very easy to figure these out using Firebug. I just did that in a minute or two.

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.