Home Forums WoodMart support forum Changing text color settings for a page / WB

Changing text color settings for a page / WB

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #244572

    goodmanrams
    Participant

    Greetings,

    We want to create extra page with a black theme.
    How to change product grid title and prices from default color to white only for it?

    Thank you in advance

    #244628

    Hello,

    Please create the new page and add content to it according to your needs. Then provide the URL of the page with some relevant screenshots of the areas you want to change the colors to check it myself and help you out accordingly.

    Regards.
    Xtemos Studios.

    #244630

    goodmanrams
    Participant

    Hey Aizaz,
    Please check the link in the private.

    #244639

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .postid-28908 .product-grid-item .product-title a {
    	color: white;
    }
    
    .postid-28908 .product-grid-item .price .amount  {
    	color: white;
    }

    Regards.
    Xtemos Studios.

    #244858

    goodmanrams
    Participant

    Hey Aizaz, it worked, thank you!
    Also, I am curious how to get the header block to be black as well.

    #244897

    Hello,

    You are Most Welcome.

    I have visited your website and the header is already black. Please clear cache and check back.

    Screenshot for Clarification: https://prnt.sc/vqcjlw

    If you are trying to ask anything else then please provide some relevant screenshots of the specific area
    to check it myself and help you out accordingly.

    Regards.
    Xtemos Studios.

    #245265

    goodmanrams
    Participant

    I’ve put a link with white area above at Imgur. The area near the image is white.

    Also, we’ve copied a block to the main page and it doesn’t correspond to the CSS now since it is out of post. How to make same colors white now? Would you please visit main page to take a look.

    #245306

    Hello,

    The white area around the image is of the page background. Therefore to change the background of the page try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .postid-28908 .main-page-wrapper {
    	background-color: black;
    }

    And for the block provide a relevant screenshot of the specific area to check it myself and help you out accordingly.

    Regards.
    Xtemos Studios.

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