Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2085758
font size
Closed

Comments

  • KerriDPraiano started the conversation

    Hi....I  have several issues....hope you can help.

    I would like to make the font larger on the post titles on the homepage. Not sure how to do it.

    Also... When I changed the font style....all the titles changed even the ones in the topbar menu. I only want certain ones to change.

    How do you change the titles in the sidebar to lowercase?

    Many Thanks

    Kerri










  •  2,699
    PenciDesign replied

    Hi,

    1/ Please show me your site url to I can take it a look.

    2/ Please check option for change the font style on Main Menu via Customize > Logo and Header Options > Font for Menu Items.

    3/ You can check option for it via Customize > Options & Colors for Sidebar.


    Best Regards,

    PenciDesign

  • KerriDPraiano replied

    Hi....thanks so much for your response.

    my URL is http://box5919.temp.domains/~kezzassu/wp-admin/customize.php?autofocus%5Bsection%5D=custom_css&return=http://box5919.temp.domains/~kezzassu/wp-admin/nav-menus.php

    # 3...I have resolved thank you.

    #1 and #2 I am still having trouble with. I would like the font on the topbar menu to be the same as the main menu.

    I would like the font on the latest posts title to be larger.  I would also like the font on the "read more" buttons to be the default.


    Many thanks

    Kerri

  •  2,699
    PenciDesign replied

    Hi,

    Your site is comming soon - I can't see anything. Please disable comming soon mode to I can see it.

    Check this image: http://prntscr.com/ohd8bz

    Best Regards,

    PenciDesign

  • KerriDPraiano replied

    hi...think I have disabled "coming soon page"....thanks

  •  2,699
    PenciDesign replied

    Hi,

    1/ I don't see any top bar & main menu on your site: http://prntscr.com/ohxo61

    Please make sure it appears.

    2/ For change the font size for titles on latest posts on homepage, please try add more this code to Customize > Custom CSS:

    @media only screen and (min-width: 481px){
    ul.penci-grid .header-standard h2 a{ font-size: 28px; }
    .penci-grid li .item h2 a, .penci-masonry .item-masonry h2 a{ font-size: 22px; }
    }

    Change value 28 & 22 to value as you want.

    3/ For read more button, by default - It's follow the font for body text alreadysmile.png


    Best Regards,

    PenciDesign

  • KerriDPraiano replied

    Hi!...thanks so much for your help...I really appreciate it!!!

    https://kezzassuitcase.com/?customize_changeset_uuid=2c65d2af-ab15-4384-845d-26c99c4c549e

    I think that is the preview link....not sure.

    I have been able to fix the topbar and read more buttons. I managed to find the CSS code and changed it.

    The code you gave me also worked for the post titles on the smaller posts on the homepage. The larger posts on the homepage I still cant change....can you help here?

    I would also like to change the font size on the title on the slider and the font type on the subscribe button in the footer.

    Many thanks

    Kerri



  •  2,699
    PenciDesign replied

    Hi,

    1/ You need to publish that to make I can see it. Because we can't see your preview page.

    2/ I just checked the code for change font size on the first posts - it work fine, have you tried change the value 28 to another value?

    3/ For change font size on the slider, please add more this code to Customize > Custom CSS:

    @media only screen and (min-width: 481px){
    .featured-style-9 .penci-mag-featured-content h3 a{ font-size: 28px; }
    }
    

    4/ What's the font you want to change for subscribe button in the footer?

    Please tell me font name for that font.


    Best Regards,

    PenciDesign

  • KerriDPraiano replied

    Hi again....you must be sick of me now!!

    Ok...Ive published it.

    The code you gave me for the slider doesnt seem to make any difference.

    I just want the default RALEWAY for the subscribe button.

    Once again....thank you

    Kerri

  • KerriDPraiano replied

    I just found the code for the slider....so that is fixed.

  • KerriDPraiano replied

    hi again....i just fixed the subscribe button too. now I just need help with the titles of the larger posts (mixed style)

    Kerri


  •  2,699
    PenciDesign replied

    Hi,

    As I see on your site - you're using 1st Standard then Grid layout - Not Mixed Posts - check this image: http://prntscr.com/oiiktf

    If you're using Mixed Posts style - please add more this code to Customize > Custom CSS to change it:

    @media only screen and (min-width: 481px){
    .grid-mixed .mixed-detail h2 a{ font-sie: 24px; }
    }

    Best Regards,

    PenciDesign

  • KerriDPraiano replied

    hi...thanks for all your help...youve been awesome. I managed to figure it all out.

    A question now though. I  have customised the basics and  iam beginning to add my own content. When I go to preview though...it looks nothing like what I have customised. The menues are missing...the sidebar is different etc. What Am I doing wrong?

  •  2,699
    PenciDesign replied

    Hi,

    Please go to Customize > change something on customize > click on "settings" icon at the top left > and make sure you selected "Publish".

    If it already selected "Publish" - 100% that's caching issues. Please make sure you've cleared all the cache from you & the hosting. You can contact with the hosting and make sure all the cache disabled.

    That's not issues related with the theme itself.

    Best Regards,

    PenciDesign

  • KerriDPraiano replied

    Thank you....all fixed!

    Another query....how do I reduce the size of the header slogan on mobile please?

    Many thanks

    Kerri

  •  2,699
    PenciDesign replied

    Hi,

    Please add more this code to Customize > Custom CSS to do that:

    @media only screen and (max-width: 479px){
    .header-slogan .header-slogan-text { font-size: 11px; }
    }
    

    Change value 11 to any value as you want.


    Best Regards,

    PenciDesign