Hi,
I’m using latest version of theme and visual composer.
Trying to update fonts and sizes for post title and excerpt, I see that it is not updated.
The CSS is an inherit of P, and it changes only if I change it throughout the theme.
I also used a custom css for excerpt and titles, and called in at custom css, still no luck.
What could be the reason for it?
Hello hasgerdas,
If you want to change the fonts and sizes, you should set if from Theme panel->
Theme Fonts, like this -> http://screencast.com/t/7hCfD36KC You have to change manually for each section because the theme does not have the option to change all the fonts instantly.
Hope this helps and let us know how it goes!
Thank you for the message!
Hi Catalin,
Sorry, I needed to be more specific I guess.
I was talking about changing fonts at Grid Builder for Visual Composer!
Please check Grid Builder section for visual composer and you will see that you can build your own grids for use on website. You can customise colours, fonts, sizes etc.
There is an option to use Google fonts but although I change them, they aren’t reflected at site.
I am using visual composer at other sites as well and I never see this issue elsewhere.
Can you check it please?
Best
Sorry man, but you aren’t referring to the same place.
Now follow me, OK?
Login to WordPress admin area, on the left side of the panel, there is a place called Visual Composer.
Now take your cursor there and you will see a section called Grid Builder…
These grids are different from your theme’s grid blocks or other sliders.
They are used to customize VC related Post Grids, Media Grids, Post Masonry Grids or others post related structures.
Are we on the same page now?
Hello hasgerdas,
I am sorry for my understanding. I have tested on my side and you have to change the Element tag for each section to be DIV for to apply the custom fonts, like this -> http://screencast.com/t/BWZXt1cB1 and the result you should see here -> http://screencast.com/t/bcGTKCNYiX
Hope this helps and let us know how it goes!
Thank you for the message!
Hello hasgerdas,
Please try to use the code below. I have tested on my side and everything seems to work properly.
.vc_gitem-post-data-source-post_excerpt p {
font-family:inherit;
}
The result you should see here: http://screencast.com/t/cSjk0JqEjYsG
Hope this helps and let us know how it goes!
Thank you for the message!
This is great, fixed my problems as well. Can’t you put this in the plugin by default?