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 #1705412
hide author box for guest and change hamburger menu symbol to text
Closed

Comments

  •  1
    CalculatedTraveller started the conversation

    1) I would like to change the hamburger menu on mobile to say the word "MENU"

    2) I would like to remove the author box entirely from displaying for 1 specific user - "GUEST" as it currently shows as a blank avatar and bio area. 

    Thank you!


  •  2,699
    PenciDesign replied

    Hi,

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

    @media only screen and (max-width: 960px){
    #navigation .button-menu-mobile:after {
        content: "Menu";
        display: inline-block;
        font-size: 24px;
        margin-left: 6px;
    }
    }
    

    2/ Unfortunately, there is no way to remove author box for only one author. You just can remove author box for all posts via Customize > Single Post Options > Hide Author Box.


    Best Regards,

    PenciDesign

  •  1
    CalculatedTraveller replied

    1) - that worked!!

    2) So there is no conditional code I can add to my php to do this?

    3) Suggestion for the support form is to add a search function so that we can find answers to questions already asked.

  •  2,699
    PenciDesign replied

    Hi,

    2/ That doesn't take short time - so, we don't provide support for requirements like that.

    Even questions related with Custom CSS doesn't include in the support requiremenets from Envato - check Envato Support Policy here - the support doesn't include "Item customization" - but we still helped you with that

    3/ Thank you for your suggest. We will consider to add more this feature in the future updates.


    Best Regards,

    PenciDesign

  •  1
    CalculatedTraveller replied

    Thanks - I understand...