I want to edit these top links and remove this image on the blog

Namaste,

I want to change the way my blog post links are shown on the blog page. This is my current view of the website.

I am currently using the Renew Stack on my pro, I have edited all the top links color as desired, yet I see them in orange as you can see in the photo that I provided.

Also, in the blog page, right next to the heading of the blog, i can see an icon or image that I dont really want, I am unable to remove that image from the given options in pro.

Thanks for your help!

Hi There,

  • To change the read more link color, please add this custom CSS under Theme Options > CSS:
.more-link {
    color: orange;
}
  • To remove the icon, please add this custom CSS:
.entry-title:before {
    display: none !important;
}

Hope it helps :slight_smile:

1 Like

Thanks @thai, both the solutions worked for me.

Glad I was to help you :slight_smile:

Merry Christmas :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.