Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #66609
    Paul
    Participant

    How can I make the full featured options page titles larger. Would like to use the custom css option.
    Paul
    http://novalee.com/

    #66617
    Sakin
    Keymaster

    @Paul: Not sure which element are you talking about. Are you talking about Featured Content headline with the text “Welcome To Novalee because of you”. For that, you can change the font size in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:

    @media screen and (min-width: 768px) {
        #promotion-message h2 { font-size: 30px; }
    }
    #66659
    Paul
    Participant

    I tried that but it did not work. Here is an image of what needs changing.
    http://novalee.com/test2/

    Bottom of home page.

    #66662
    Sakin
    Keymaster

    @Paul: Ok I got it, for that you need to change the font size in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:

    @media screen and (min-width: 768px) {
        #featured-content .entry-title { font-size: 24px; }
    }
    #66672
    Paul
    Participant

    Thanks Sakin. Couple more things…hope you can help me.

    I need a bigger font where it says “Welcome to Novalee” actually it where I add my “Promotion Headline Text”

    Also how do I change the font style on “Promotion Subheadline Text”. I tried all the fonts the font family options but no luck…

    Thanks again for your excellent support.
    Paul

    #66794
    Sakin
    Keymaster

    @Paul: Here is the css, you can change the font size as per your need and for the text add in font family.

    #promotion-message h2 { font-size: 30px; }
    #promotion-message p { font-family: "Dancing Script",sans-serif; }
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Make titles larger via css full featured content’ is closed to new replies.