Forcing Style 1 For Widget Titles

Posted in: Newspaper
Post count: 60

How do I force Style 1 For ALL widget titles, including the ones on this

http://test.beatzmag.com/content/news/kendrickresponds.html

Where it displays No Comments and Similiar Posts, How could I change it to the colours I chose for everything else like force it sort of for everything? The same colour, style and such.

Also, as seen on the main page too, the social counter (instagram) doesn’t work properly.

http://test.beatzmag.com/

Post count: 3343

Hello,
Here is the style for your title like it is now on you site. This should replace the default widgets style like yours. Add it in style.css

.widget .block-title {
   border-bottom: 2px solid #3E423E !important;
 }

.widget .block-title span {
  background-color: transparent !important;
  color: #BF1313 !important;
  font-family: 'Oswald' !important;
  font-size: 21px !important;
  padding-bottom: 3px !important;
  padding-left: 0 !important;
  padding-top: 0 !important;
}

Hope this help. Thanks

Post count: 60

The lines you posted doesn’t work. It doesn’t do anything.

Post count: 3343

Hello,
See here only I’ve paste the code in style.css and all my title is like that: http://screencast.com/t/SDrQzaF9D8F

If you want send us access to your WP and we will take a look. Send via email at contact@tagdiv.com

Thanks

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