How to change blue background opacity?

Posted in: Newspaper
Post count: 30

View post on imgur.com

CATEGORY TEMPLATE > Style 4

1. How to change blue background opacity?

I want opacity up.

ex) 0.1 –> 0.9

2. How to change text shadow Color?
blue -> black

  • This topic was modified 10 years by res.
  • This topic was modified 10 years by res.
Post count: 23312

Hello res,

Please provide your website URL so I can inspect it closer your website and also, so I will be able to provide a more accurate code.

Thank you for the message!

Post count: 30

how to send you private message?

i want hide my url in this forum.

Post count: 30
Post count: 23312

Hello res,

1),2) If you want to change the color of the text shadow color and the opacity, you have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-grid-style-4 .entry-title {
background-color: rgba(77, 174, 236, 0.9);
}

The result -> http://screencast.com/t/FIXyJ3DA

Thank you for the message!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.