Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1366491

    Dear,

    I do know how the change the color scheme of all pages but can you point me in the right direction to change the colors on a specific (woocommerce) page?

    On my product page:

    1) where can I change the color of the menu header? https://prnt.sc/DnJAeToXQ8T0 >> this is now white and I want it to be #F1F1EE

    2) where can I change the color of the related products? https://prnt.sc/sXRYvcGJ2_Bg >> It’s now yellow (CB9F2C) but I also want it to be #F1F1EE

    #1366582

    Hey mvanstee,

    1. Do you want to change the colour of the menu items on all WooCommerce product pages, or only this particular page?

    2. Did you add that using the Layout Builder? If so, then you can set the background colour in the element options.

    Best regards,
    Rikard

    #1366631

    Hi Rikard,

    1) On all woocommerce pages please
    2) tbh… I think I didn’t add that block, I guess it is standard in woocommerce product page?

    #1366708

    Hi,

    Thanks for the update. Please try this in Quick CSS:

    1.

    .woocommerce  #avia-menu .menu-item > a > .avia-menu-text {
        color: #F1F1EE;
    }

    2.

    .single-product #av_section_1 {
        background-color: #F1F1EE;
    }

    Best regards,
    Rikard

    #1366713

    2 works! >> Thanks

    https://prnt.sc/WPuDneK1iQSt >> doesn’t work so please let me know how I can change the color of this menu on all woocommerce pages :-)

    Again, thanks a lot.

    #1366727

    Hi,

    Try this instead:

    .woocommerce  #avia-menu .menu-item > a > .avia-menu-text {
        color: #F1F1EE !important;
    }

    Best regards,
    Rikard

    #1366730

    Hi Rikard,

    I think we are talking about a different thing… Check screen https://prnt.sc/GdleR29en9hg >> I want the white color of this header to be the same color as the background (#F8F6F2)

    I want this on all pages except the homepage (where I have an image)

    #1366733

    Hi,

    Thanks for the update. So you want a different setting on all pages except the home page? If so, then it would likely be better to set your preferred settings in the theme, then add custom CSS for the home page only. Could you do that first of all please?

    Best regards,
    Rikard

    #1366741

    Hi Rikard,

    Sorry I don’t understand whatever you are saying… Let me try to explain what I need…

    Please check https://prnt.sc/OqhyyqDr79Z5

    A is color FFFFFF (white) but I want to change this in color B (“the other color”) F8F6F2

    As you can see on my website I want this on all pages except my homepage (because I use a picture on my homepage)

    #1366758

    Hi,
    Thank you for the screenshot and the link to your site, please try this css in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top:not(.home) #header_main {
    	background: #F8F6F2;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1366770

    That works! Thanks :-)

    Last question about this https://prnt.sc/ujdwTk-g6G5G >> can I add a grey line between the top header (where my phone number is placed) and the menu?

    #1366785

    Hi,
    Try changing to this css:

    #top:not(.home) #header_main {
    	background: #F8F6F2;
    	border-top: solid 2px #ebe8e2;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1366792

    AWESOME! Thanks :-) Works like a charm! This topic can be closed.

    #1366803

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Change the colors of the product page’ is closed to new replies.