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 #3842244
Remove the author link & change the color of go to top
Open

Comments

  • Shih-yu Hsu started the conversation

    Hi, I have two main questions:

    1. how do I remove the link to author page? In the latest posts, I successfully removed it by taking off the ink to the author page by removing <a></a> in php. But I could not do the same with the element of small list. Is there any better way to do this? 

    2. Where can I change the color of go-to-top button? I manually did it for the frontpage in English by adding CSS. where can I change it globally?

    thanks a lot!

  •  2,769
    PenciDesign replied

    Hi,

    1/ The current version of Soledad does not support removing the author link. We will consider adding this option in a future theme update. For now, you can disable the link using CSS.

    2/ To change the "Back to Top" button color, go to Appearance → Customize → Footer → Colors → Go to Top Button.

    Regards,
    PenciDesign.

  •   Shih-yu Hsu replied privately
  •  2,769
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .author a.url {
      pointer-events: none;
    }
    

    Regards,
    PenciDesign.