Support for Envato Buyers Forums OldCar style sheet adjustment for widget recent posts

Viewing 1 reply thread
  • Author
    Posts
    • #1879
      jimbojones
      Member

      Hi there,

      I’m trying to figure out what additional style sheet entry I need to add to alter the Oldcar Widget Recent Posts to adjust the excerpt text of the article. I believe at the moment its using a transparency/opacity of the excerpt text below the recent post title. I would like this to just plain white or 100 opacity.

      Jimbo.

    • #1904

      Sorry for the delay.

      Just put the following CSS into “OldCar options > Custom codes > Custom CSS”

      .recent-posts .media .bd p{
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
      }
Viewing 1 reply thread
  • You must be logged in to reply to this topic.