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 #3508952
Side buttons
Closed

Comments

  • vinkbhat started the conversation

    We downloaded the sticky bar plugin that you had advised for side buttons. However it comes with a icons as sidebars. When we hover on icons, then we get the text labels. We did not want icons but wanted the text labels as side bars as is visible in the Soledad template(see attached). how do we get this ? kindly help

    Attached files:  Screen shot.jpg

  •  2,278
    PenciDesign replied

    Hi,

    For this specific situation, please send me your WordPress admin account details through a PRIVATE message. I will then log in and try to help you customize it.

    Regards,
    PenciDesign.


  •   vinkbhat replied privately
  •  2,278
    PenciDesign replied

    Hi,

    Please navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code:

    .sticky-buttons.-medium a .sb-label {
        visibility: visible;
        opacity: 1;
        margin-right: 0;
        font-size: 12px;
        position: static;
        line-height: 40px;
        display: block;
        margin-bottom: 1px;
    }
    .sticky-buttons.-right-center .sb-label:before {
        display: none !important;
    }
    .sticky-buttons.-medium .sb-icon {
        display: none;
    }

    Regards,
    PenciDesign.