Single Post Title Management

Posted in: Newspaper
Post count: 128

This is the Single Post

http://www.workagain.in/subhashree-ganguly-and-raj-chakraborty-to-marry-2

What I need is this.

http://www.workagain.in/wp-content/uploads/Post_Title_Background_Color_And_Centering.png

Title centering is possible with the code below.

.td-post-title{
text-align:center;
}

How to fill the Title container with a color ?

Post count: 20688

Hi,

That code will center the post title, to set a background color and text color, try this it like this in the same code
https://www.screencast.com/t/r1MCskue

.td-post-title{
text-align:center;
background-color: #1e73be;
}

Thanks

Post count: 128

Thanks. It works great.

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