dont save the border color in vc

Posted in: Newspaper
Post count: 26

Anyone having troubles in 6.2 trying to set border color in a block text in visual composer? I can set the color or image of background without problems, but dont save the border color either in text block or column 🙁

Thanks for the help

Post count: 7909

Hi,

Please set also border style even you use border in text block, row or column – http://screencast.com/t/UxplZ92k8http://screencast.com/t/xL7p7qJE

Thanks!

Post count: 26

I did, I tried with solid, dotted, but dont save it, only background color is saved

Post count: 7909

Hi,

What version of Visual Composer do you use?
I have checked this with the latest version provided with the theme and did not found any issues. Also you can check this without any plugins active, leave just Visual Composer active, clear cache and check again. Let me know!

Thanks!

Post count: 26

4.5 and 6.2, I desactivated all and cleared cache of browser and the same problem. VC is set on latin. I can send you the access if you want to test it. Also i wanted to ask how i can edit the font size and line height of the text block.

Thanks for the help.

Post count: 7909

Hi,

Please send an email at contact@tagdiv.com and provide wp-access so we can take a look, also paste a link to this topic so we can know who you are and what your issue is.
For text block the font family can be changed for body and it will be applied also on text block content – http://screencast.com/t/qRp1UjSWa9r unfortunately for font size, style you will have to use custom css as there is not option in Theme Panel – http://screencast.com/t/ol5bsfw7vd25 or change to html editor and add inline css – http://screencast.com/t/xos8wa1J2Iw9

.wpb_text_column p {
font-size: 20px;
line-height: 20px;
}

Thanks!

Post count: 62

Was there a fix for this issue? Our border colors do not appear either when set and saved in text blocks. Tried all remedies above, would appreciate any suggestions. Thanks!

Post count: 7909

Hi,

Please try to add border like this: http://screencast.com/t/PzoxdCqFPhttp://screencast.com/t/jzXNarSXOx7 so you can either use those settings and use it like that or you can use custom css and set a specific class for the text block or the VC container you use and apply custom css using that class.
To use custom css for customizing VC elements you need to style a custom class to the column/row/element you need to style, like this: http://screencast.com/t/7JAB7kdJ281E then use custom css like this to apply the border and some padding: http://screencast.com/t/CJaETDd2f

Add the custom css you’ve made in theme panel > custom css section:

.custom_css_class {
border: 1px solid red;
padding: 10px
}

Thanks!

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