Help with a few issues.

  • Posted in : Readme
  • kevinlewontin
    Participant

    Hey.

    1. How to remove the underline in a post’s paragraph? I want to keep the underline only on hover but change the color to link color. I tried this code, but it didn’t work.
    a, .entry-content > p > a:not(.button):hover { border-bottom: solid 2px #168f93;}

    2. How to add social buttons on the navigation bar? I added a text widget and copied the shortcodes to it, but it didn’t work.

    serkan
    Moderator

    Hi kevinlewontin,
    You can use these custom css codes;

    .entry-content > p > a:not(.button) { border-bottom: none; }
    .entry-content > p > a:not(.button):hover { border-bottom: 2px solid #168f93; }

    You can copy these shortcodes inside the text widget in the header social icons.
    Thanks

    kevinlewontin
    Participant

    I tried them too. But on the Home Page, the bottom border of the “Continue Reading” button also disappears. Check it out.

    I got the social buttons working, though.

    serkan
    Moderator

    Hi kevinlewontin,
    Provide me your related URL, please? I just tried the code again, and it is not affecting the continue reading button on my side. I will find a solution on your website.
    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register