• Resolved mohanvenkatp

    (@mohanvenkatp)


    First of all, thanks for such an amazing theme. Great work there!
    I personally think that link hovers’ effect is very good. But as link text is no different from paragraph format users cannot differentiate between paragraph and links.
    I tried editing CSS but adding underline decoration is taking the effect to the whole blog.
    So how to add Colored Underline to links in Blog Posts?
    But I only want it in the post and page section.
    And How to remove date of publishing on the homepage above blog posts, because it is pushing blog posts down and invisible in common desktop resolutions.

    and thanks for updating the theme, page formats are working!

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @mohanvenkatp,

    To add a color to links in the entry-content, go to Appearance > Customize > Additional CSS (the menu labels might be different in your language) and enter the following code:

    .entry-content a { color: #cc0000; }

    You can change the color to whatever color you’d like, of course.

    To remove the date, go to Apperance > Customize > Theme Options, and uncheck “Post date” beneath the “Post meta top displays:” label.

    — Anders

    Thread Starter mohanvenkatp

    (@mohanvenkatp)

    And we can add underline to link text by adding text decoration
    .entry-content a { text-decoration: underline}

    Thank you very much for the help! Keep doing great stuff.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to add text decoration to links in Sullivan’ is closed to new replies.