VW Landing Page Pro: Changing paragragh color in extra CSS
-
I have made a few changes in extra CSS that work fine.
However, when I try to change the font-color for the HTML paragraph tag, it doesn’t take.
I know I can change the font color under General Settings but I only want to change it for paragraph.
How can I solve this?
PS. I cannot allow admin access to my business account so I’m looking for your answer here. Thanks for understanding.
My existing Extra CSS is this:
p {
color: #112d00; (PS: This one doesn’t work)
}
td {
text-align: left;
}
strong {
font-weight: bold;
}
ul {
color: #112d00;
}
-
This reply was modified 6 years ago by
pa68.
Hello Sir
Please try the following steps
Our theme already has p font color. if you want to change it use the following syntax.
p {
color: #112d00 !important;
}
Hope this will help you out, if you need any other assistance, please let us know we are here to help you out.
Thank You
- You must be logged in to reply to this topic.