Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
sivarathan
tagDiv Member

I would like to change the menubar style. please refer this site menu bar and give me your support http://www.tamilcnnlk.com/
menu bar style must be like this. like the selecting cover animation and the drop down list must be come like that menu.

sivarathan
tagDiv Member

I need it like this

sivarathan
tagDiv Member

Search for this code and replace inline-block with block Hope this will be very simple than the other one 🙂 .block-title a,
.block-title span,
.block-title label {
/* label is for jetpack */
line-height: 17px;
display: inline-block;
padding: 7px 12px 4px 12px;
background-color: #222222;
color: #fff;
}

The corrected code will be look like this .block-title a,
.block-title span,
.block-title label {
/* label is for jetpack */
line-height: 17px;
display: block;
padding: 7px 12px 4px 12px;
background-color: #222222;
color: #fff;
}

sivarathan
tagDiv Member

No need to reply for the above one 🙂 I’ve removed inline 😉

sivarathan
tagDiv Member

Thank you for the fast reply 🙂 and can you tell me the steps to get the block title as in the image?

Thanks in advance

Best regards

Viewing 5 posts - 1 through 5 (of 5 total)