Home Forums WoodMart support forum CSS Class

CSS Class

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #366058

    shweta
    Participant

    Hello Team,

    I’m not able to add a class to any element. if I add the class I’m not able to use CSS separately in the element can you please check this issue? for better understanding please find the screenshoot attached.

    for example class name: pink
    Best

    Attachments:
    You must be logged in to view attached files.
    #366180

    Hello,

    Please provide the admin panel login details of the website to check it myself and help you out accordingly.

    Best Regards

    #367444

    shweta
    Participant

    Please find login details below

    #367566

    Hello,

    The page with the issue doesn’t seem to be existing on your website.

    Screenshot: https://gyazo.com/63d49c5b77f5f8554a8c4a69e83a1704

    Please provide the correct link to let me assist you further.

    Best Regards

    #367575

    shweta
    Participant
    #367783

    Hello,

    To make the CSS for the specific class you assigned to the element you need to remove the inline CSS that is added to the HTML.

    Screenshot: https://gyazo.com/08e14f45423add81f8a669b5828c242e

    And then target the following class:

    .wpb_text_column.wpb_content_element.pink p {
        color: pink;
    }

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)