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 #1639252
change theme section header font color & size
Closed

Comments

  • luciazw started the conversation

    hi Penci design,

    I looked through documentation for changing default colors but can't find any info this one:

    How do I change the home page section header font color? I don't see this element in the customization menu either. Please see attached screenshot. I want to change all these orange fonts to blue.

    Also, possible to change the default blog post title font size? Currently it's 30px. I want to change it to 36px. 

    Thanks!

  •  2,699
    PenciDesign replied

    Hi,

    Please go to Pages > All Pages >  edit your front-page > edit any element from WPBakery you want to change color & font-size > check options for it on "Color" & "Typo" tab


    Best Regards,

    PenciDesign

  • luciazw replied

    Hi Penci,

    Ok will it be affected only on the home page or site wide? Is there a custom CSS I can write to replace section header colors and blog post titles for the entire site? 

    Thanks,

  •  2,699
    PenciDesign replied

    Hi,

    That has some special spaces - so you still need to change it via edit  WPBakery elements.


    Best Regards,

    PenciDesign

  • luciazw replied

    Hi Penci Design,

    Is there a place to change the default font size for H1, H2...? I'm not going to edit the post title in WPbakey if I have hundreds of posts up.

    Thanks,

  •  2,699
    PenciDesign replied

    Hi,

    To do that, please add more this code to Customize > Addinational CSS to do that:

    .wpb_text_column h1, .entry-content h1{ font-size: 36px; }
    .wpb_text_column h2, .entry-content h2{ font-size: 32px; }
    .wpb_text_column h3, .entry-content h3{ font-size: 28px; }
    .wpb_text_column h4, .entry-content h4{ font-size: 26px; }
    .wpb_text_column h5, .entry-content h5{ font-size: 24px; }
    .wpb_text_column h6, .entry-content h6{ font-size: 20px; }
    

    Change font-size on the above code to any color code you want.


    Best Regards,

    PenciDesign

  • luciazw replied

    Hi Penci,

    The H1, H1...styling does NOT apply to the post title. 

    What is the CSS class of the post title? I've attached a screenshot of the post tile here.

    Also all of my menu items are gone overnight. Is it because I keyed in the CSS for titles? I had all the menus and sub-menus published yesterday. 

  •  2,699
    PenciDesign replied

    Hi,

    For change posts title, please check option for it via Customize > Single Post Options

    Seem you didn't config your Primary menu. Let's check it again via Appearance > Menus - currently, I see you just have one menu item "Home" for your Primary menu


    Best Regards,

    PenciDesign

  • luciazw replied

    Hi Penci,

    I configured a multi-level menu a few days ago. But today it all disappeared and left with "Home" menu alone. The pages these sub-menus are for also gone. I don't see these pages for menu items anymore.

    What could be the reason?

  •  2,699
    PenciDesign replied

    Hi,

    I don't know what you did in the past, so I can't know what's the reason. Maybe you've removed that pages or you've removed the menu items.

    I think best solution for now is go to Appearance > Menus > add again your menu items.

    Of course the theme can't automatic remove the menu items.

    Best Regards,

    PenciDesign