Change the format of the title

Posted in: Newspaper
Post count: 6

I created a single image widget for the front page, but it is not picking up the styling from the newspaper theme (see “Buy Current “Issue” found here: http://crcsleben.com/). I want it to look the same as “This Weeks Trends”.

Post count: 7909

Hi,

Unfortunately the Visual Composer elements don’t have the same html structure and we could not customize theme like tagdiv blocks. So there is no option to have the same design sorry.
However I can provide a css code for this specific element from your page – http://screencast.com/t/rxTMqhbXmUL

@media(min-width:768px){
.home .wpb_singleimage_heading:after {
content:"";
width:98%;
height: 2px;
background-color: #222;
display: block;
position: absolute;
margin-top: 6px;
}
.home .wpb_single_image.vc_align_center {
text-align: left;
}
}

Hope this helps!

Post count: 6

With a few tweaks I got it to work. Thank you.

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