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 #2280953
Hlpe regarding Soledad
Closed

Comments

  • Emilia started the conversation

    Good day,

    How can I change the slogan heading at my website from H2 to H1 with Soledad theme?

    Why there are still too small tap targets in Navigation menu in Soledad theme? Is there any way you can fix that? 

    This is serious problem cuz Google SE see it as a too small tap targets. Small change but very important.

    The other things is:
    I am using featured slider - 29 style
    I would like to move slogan header in H1 below slider, how?

  •  2,699
    PenciDesign replied

    Hi,

    1/ If you do that, the h1 tag from header slogan will appears for all pages - not only the homepage.

    And you will get duplicate h1 tag on other pages. I recommend you use option for add h1 tag for homepage via Customize > Homepage Options > Add H1 Tag on The Homepage.

    2/ Can you send me a screenshot about "small tap targets in navigation menu"?


    Best Regards,

    PenciDesign

  • Emilia replied

    In the attachment ;)

  •  2,699
    PenciDesign replied

    Hi,

    It's social icons display on your mobile navigation here: https://prnt.sc/qwmlpv

    And it doesn't needed for a big size because I can touch to each icon very easy...

    If you want to increase it, please try add more this code to Customize > Custom CSS:

    #sidebar-nav .header-social a {
        margin-right: 10px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 28px;
        border: 1px solid #ccc;
        border-radius: 14px;
    }
    

    Best Regards,

    PenciDesign