Home Forums WoodMart support forum Help with HTML BLOCK

Help with HTML BLOCK

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

    sbwcws
    Participant

    I wanted to have lighter text on category page, every time I add HTML block with either responsive or text block the text is always darker and bold. I want just plain light text.

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

    Hello,

    You can assign one and the same class to all the text blocks and we shall provide custom CSS to make the test as per your needs. Please assign the class, provide page URL and text color you want to set.

    Best Regards

    #165240

    sbwcws
    Participant

    Page is define in private content if you see closely, But the class I think is

    .vc_column-inner

    #165262

    Hello,

    Assign your custom class, not WP Bakery page builder, create your own, please and insert it inside the element https://wpbakery.com/video-academy/add-css-specific-element-wpbakery-page-builder-wordpress/

    Best Regards

    #165707

    sbwcws
    Participant

    I have define a class such as innercat1

    Now how can I make the fonts not thick and bold.

    #165737

    Hello,

    I do not see this class in the structure, I see this one barmopscat https://prnt.sc/qhvthf

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .term-description .barmopscat p strong{
    font-weight:400;
    }

    Best Regards

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