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 #2925896
font size drop down menu & main side bar
Closed

Comments

  •  1
    Rebbi started the conversation

    Hi,

    the font size of my drop down menu has changed (I think since last update). I tried to change font size in customizer (logo & header -> main bar & primary menu -> font size for drop down menu items) but nothing changed. Am I wrong? I would like to change it back to 18px, normal. Where can I do this?

    And I have another problem with the font size of the heading text in the main sidebar. On the pages linked in the footer (Imprint, Privacy & Cookie Policy) are displayed here in capital letters and I don't understand where to change it (to "normal" letters as well as on the other pages).

    Thanks for your support!

  •   PenciDesign replied privately
  •   Rebbi replied privately
  •  2,492
    PenciDesign replied

    Hi,

    1. I've checked your site, the menu font size is already displayed as 18px, you can view the screenshot below:

    image.png

    2. If you want to disable the uppercase of Footer Widgets, please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .footer-widget-wrapper .widget .widget-title .inner-arrow {
        text-transform: none;
    }

    Regards,
    PenciDesign.



  •  1
    Rebbi replied

    Hi,

    Yes, the last few days the menu font size was very small and bold, ... but now it's back to 18px. :-)

    About the second question: I meant the heading text in the main side bar. The font is different on the pages (uppercase and normal). Please see screenshots.

    However, the capital letters only appear on the cookie policy, privacy policy and imprint pages.

    Regards,

    Rebecca


  •  2,699
    PenciDesign replied

    Hi,

    As I checked, this issue was caused by you've set the general style for Heading via Elementor here - check this image: http://prntscr.com/20y29nn

    Please change text-transform here for H2 to default - and this issue will solve.


    Best Regards,

    PenciDesign

  •  1
    Rebbi replied

    Sorry, but I don't get it.

    I changed text-transform for H2 in elementor as you said, but nothing changed. The green heading text in the main side bar is still different on some pages (as mentioned, upper case on one pages, "normal" letters on other pages).

    Best regards,

    Rebecca


  •  2,699
    PenciDesign replied

    Hi,

    You can see more here - it's CSS from Elementor

    Or you can simply add more of this code to Customize > Custom CSS to override it:

    .about-widget .about-me-heading{ text-transform: none; }
    

    Best Regards,

    PenciDesign

  •  1
    Rebbi replied

    Thank you! I  have overridden it and now it works.