Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #163403
    ttsales
    Participant

    Hi people and team!

    Please, i want to increase the font size of my theme clean journal pro, but i don’t realize how to make it.

    Css or plugin? All your tips will be welcome.

    Can you help me?

    #163450
    Skandha
    Participant

    @ttsales: Please post in your site URL and let me know on which text you want the font size to be increased.

    Kind Regards,
    Skandha

    #163474
    ttsales
    Participant

    https://saibamais.org/geladinho-gourmet-para-vender/

    I want to increase the font size in the content (article).

    Regards,

    #163527
    Skandha
    Participant

    @ttsales: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    article .entry-content {
    	font-size:18px;
    }

    You can change the font size according to your requirement!
    Kind Regards,
    Skandha

    #163559
    pdequestrian18
    Participant

    Hi Skandha, thanks for this! How do I also change the title fonts to make them a bit smaller too?

    Also if possible please could you tell me how to remove the little icons where each item is on “Services” and “Why Choose Us”….using Solid Construction Pro theme: https://peterdaviesequestrian.com/

    Thank you! Claire

    #163635
    Skandha
    Participant

    @pdequestrian18: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To change the font size of title */
    .section-title {
         font-size:38px;
    }

    You can change the font size according to your requirement.
    Can you let me know which little icons you are referring to?

    Let me know if this works out!
    Kind Regards,
    Skandha

    #163723
    pdequestrian18
    Participant

    thanks! yes that worked great! What is the wording for page title so I can change that too?

    Also how do I change the image behind the page title? thans!

    #163779
    Skandha
    Participant

    @pdequestrian18: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To change font size of page title */
    #page .custom-header-content .entry-title {
    	font-size:28px;
    }

    To change the image page title
    Go to => Dashboard => Edit a Page and Set a Featured Image.
    Go to => Appearance => Customize => Header Media => Enable on Pages and posts

    Let me know if this works out!
    Kind Regards,
    Skandha

    #163821
    pdequestrian18
    Participant

    thanks so much, both worked great!

    Only problem is when I add a featured image, it shows up behind the title (which I want) but also as a stand-alone image above the body text…is there a way to have it just behind the title on each page?

    thanks

    #163822
    pdequestrian18
    Participant

    just to add, I don’t have the header image enabled on the home page, as I ended up using “featured content” instead, not sure if this will cause problems?

    #163857
    Skandha
    Participant

    @pdequestrian18: Go to => Appearance => Theme Options => Layout Options => Single Page/Post Image => Check Disabled option.

    This should solve the issue with image again showing up in the content section.
    Let me know if this works out!
    Kind Regards,
    Skandha

    #163895
    pdequestrian18
    Participant

    what’s the following CSS code? thanks

    also is there a way for the home page portfolio to only show say 4 images and then “see all” option? as on mobile it’s just a huge list of images. or perhaps a few photos and a link to another portfolio page?

    #164059
    Skandha
    Participant

    @pdequestrian18: Sorry, that was a typo.
    Go to => Appearance => Theme Options => Layout Options => Single Page/Post Image => Check Disabled
    This should disable the image that is showing up above your posts.

    Yes it is possible to only show around 4 images and then have a view all link at the bottom.
    Go to => => Appearance => Customize => Theme Options => Portfolio => No of Items => Select the few number of posts you want to show up on your site.
    Now, you will need to put all the posts of your portfolio into a single category. Then insert that Category page link as Button Link of View all text.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    #164354
    pdequestrian18
    Participant

    Hi again,

    Forsome reason disabling the Single Page/Post Image hasn’t removed the image from the page i’ve tried it on (About Us) http://www.peterdaviesequestrian.com

    Please help !

    Re. the porfolio, when you say “put the posts into a single category” what do you mean by that? They’re just images I added in.

    Thanks

    #164392
    Skandha
    Participant

    @pdequestrian18: The image seems to be coming from the metabox option.
    Go to => Dashboard => Pages => Edit About Us Page => On the right hand sidebar you will see Single Page/Post Image => Select Disable
    This should remove the image.

    You will need to create a post for each of the custom image you have inserted for portfolio and categorize them into the same category. Then Go to => Appearance => Customize => Theme Options => Portfolio and Select Type as Post as select the number of posts you want show on homepage and select the posts. Then in the Button Link at the bottom insert the Category Page link.
    Since you are using Custom type right now it is not possible to use the view more button link to display all other posts in the next link.

    Let me know if you are still having issue doing this!
    Kind Regards,
    Skandha

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘how to increase the font size of the theme?’ is closed to new replies.