Summer Sale Alert! Save 20% on WP Theme Bundle: 240+ WP Themes & 5 Plugins. Use Code "SIZZLE20"
Summer Splash Sale: Dive into 25% Off On All Our Premium WordPress Themes! Use Coupon Code "SPLASH25" at Checkout.

VW Landing Page Pro: Changing paragragh color in extra CSS

Home Forums VW Theme VW Landing Page Pro: Changing paragragh color in extra CSS

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #11843
    pa68
    Participant

    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.

    #11844
    pa68
    Participant

    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 5 years ago by pa68.
    #11872
    developer vwtheme
    Participant

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.