Viewing 10 reply threads
You must be logged in to reply to this topic.
Is there a way to change the font size without changing the body copy size too?
Hello,
Yes, by using Custom Css. Add this code into your Specular > General Options > Custom Css box
Can you post a link to the page you have this? So i can send you the exact code to add.
Best regards!
Hello,
Please try this out:
.vc_col-sm-3 .wpb_wrapper p {
font-size: 20px;
}
Best regards!
That didn’t work. I am using the widgetized sidebar, sidebar blog.
Hello,
This is not simple body text, because they are links. Please try this code:
.vc_custom_heading a {
font-size: 15px;
}
Best regards!
Did I do that correctly? Why is there a red X? I am not seeing the font size change either…
Hello,
You are not seeing a font change because the css is not active because of the error. Check the css above to have a closing ‘}’ bracket. If you add some wp credentials in a private reply, i can check and fix it for you.
Let me know.
Best regards!
You must be logged in to reply to this topic.