How changle style block title

Posted in: Newspaper
Post count: 41

Hi,

How change block title?
More info in this screenshots: http://prntscr.com/96sggp

Cheers

Post count: 23312

Hi john80,

There is an option for it in Visual Composer->Block Settings, like this: http://screencast.com/t/HbRBSbQfELF

Thank you!

Post count: 41

Hi,

In this option I can change only color and only in page but I need change this in widget area with separate line.
How I can do this?

Cheers

Post count: 23312

Hi john80,

You can do this in Wp panel->Appearance->Widgets area like this: http://screencast.com/t/BmGqQXaSvWi . After this modification, the color text and background-color will display everywhere use that widget in your website.

Hope this helps and let us know how it goes!

Thank you!

Post count: 41

Hi,

You have right is option to change color.

How add Line before and after text?
I find this:
http://stackoverflow.com/questions/23584120/line-before-and-after-centered-text-over-transparent-background
but how add to newspaper?

Thanks.

Post count: 23312

Hi john80,

For make this changes, it is necessary to use a bit of Css. To add a border before the text you have to use border-top and after the text, border-bottom. Now, depends where exactly you want to add this line because are more possibilities, as example: only for p or h1,h2,h,3,… Below i gave you an example how to add a line before and after a h3 tag, like this: http://screencast.com/t/NSdbRdyY . Please try the code below and adjust them as you like. The code have to insert in your Theme panel->Custom Css area, like this: http://screencast.com/t/T816pKfVG

.td-post-content h3{
border-bottom:1px solid black;
border-top:1px solid red;
}

If is not what you mean, please provide more details.

Hope this helps and let us know how it goes!

Thank you!

Post count: 41

Hi,

Thank you. But i need to change block title of widget. Visual composer have
“Separator with Text – Horizontal separator line with heading”
http://prntscr.com/97nui7

My question is how change in sidebar area when widget block title:
http://prntscr.com/97nux6

Thank you.

Post count: 23312

Hi john80,

To change your block title of widget it is necessary to Go Appearance->Widgets Area->like this: http://screencast.com/t/iHGqtwUPVcU and if you want to change the name of Widget, please follow this steps, like this: http://screencast.com/t/BapDDNoAAhvo

The result you should see here: http://screencast.com/t/DOsv5hyt

If is not what you mean, please provide more details about this so I can be able to give a more accurate response.

Hope this helps and let us know how it goes!

Thank you!

Post count: 41

Hi,

Thank you.

Best

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