Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #109868
    F
    Participant

    On the home page feature slider: https://catchthemes.com/demo/helena/

    The title “Mountain Bar No-Bake Cookies”…is there a way to make the title larger? For instance, is there a way to make it roughly the same font size as the title on this page: https://catchthemes.com/demo/helena/2015/11/29/typesetting-design/
    “Typsetting & Design”

    Many thanks!

    #109929
    Pratik
    Keymaster

    Hi @F,

    Please use following code:

    
    #featured-content .entry-title, #feature-slider .entry-title, #header-featured-image .entry-title, #header-highlights-content .entry-title {
       font-size: 24px; /*Increase/decrease font-sized , Default is 22px*/
    }
    
    @media screen and (min-width: 910px) { 
        #featured-content .entry-title, #feature-slider .entry-title, #header-featured-image .entry-title, #header-highlights-content .entry-title {
            font-size: 30px; /*Increase/decrease font-sized , Default is 28px*/
        }
    }
    

    Regards,
    Pratik

    #110000
    F
    Participant

    Hi Pratik,

    Thank you.

    Could you please clarify what the first set of code controls, specifically?

    #featured-content .entry-title, #feature-slider .entry-title, #header-featured-image .entry-title, #header-highlights-content .entry-title {
    font-size: 24px; /*Increase/decrease font-sized , Default is 22px*/
    }

    When I change the font size of this code, I do not see changes (perhaps I am looking in the wrong place). When I change the second set of code (the part that comes after @media screen), I definitely see the title font change in the “Featured Content” section, in the body of the home page (the part in the demo that has entries such as “photo shoot” “wildlife photography”. https://catchthemes.com/demo/helena/

    However, there is no change in the title of the slider at the top of the homepage, where the posts display (“Top 8 Mountain Getaways”)

    Kindly,
    F

    #110038
    Pratik
    Keymaster

    Hi @F,

    The above code will change the sizes of Featured Content Title, Slider Title a,d all other titles. On reading your request again, it seems you only want to increase size. For that, use following code:

    Please increase the size to see cgange. E.g:

    
    @media screen and (min-width: 500px) { 
        #feature-slider .entry-title { font-size: 50px; }
    }
    

    It will increase size of Text Top 8 Mountain gateway on screens with viewport greater than 500px. Please increase/decrease 52px to suite your need.

    Let me know if this is what you wanted.

    Regards,
    Pratik

    #110129
    F
    Participant

    Hi Pratik,

    I tried this, also with no result. I set it to a larger number and also a small one (15px) so that the change would be obvious, and nothing changed.

    A mystery! Any other suggestions?

    Thanks,
    F

    #110157
    Pratik
    Keymaster

    Hi @F,

    Now it is only possible with site url. I will need to take a look at it. Please let me know when it is available.

    Regards,
    Pratik

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Increase size of title font on home page feature slider’ is closed to new replies.