Home Forums WoodMart support forum CHANGE COLORS

CHANGE COLORS

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #245323

    cadecdisseny
    Participant

    Hi
    I wanted to know where to modify the background color of the small bar of the footer, of the price part of the price plan, and of the wishlist and of the cart

    best

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

    Hello,

    You can change the footer background in the Theme Settings > Footer.

    Please provide me the page URL and site admin access, I will tell how to change the color in the tables.

    Best Regards

    #246421

    cadecdisseny
    Participant

    Hi
    I attach photos of the elements that I need to change the color and I don’t know how to do it. You can help?

    1. colored line above description, ADDITIONAL INFORMATION ….
    2. color in the table in the price zone.
    3. Color in the floating bar of the footer, the one that says “Tu tienda de mobiliario de oficina, despacho y comercios”. not is the footer.
    4. color in the number of objects on the car and in the heart of the wishlist.

    The color I want to put is this: # 178faf.

    thank you!

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

    cadecdisseny
    Participant

    Hi,
    can you help me with this?
    best

    #246925

    Hello,

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

    1.

    .tabs-layout-tabs .tabs li.active{
    border-top:2px solid green 
    }

    2. Please provide the page URL?

    3.

    body .footer-column-1 .textwidget p {
    color:red;
    }

    4.

    body .woodmart-cart-design-2 .woodmart-cart-number{
    	color:red;
    }

    Please set the color as per your needs.

    Best Regards

    #246926

    cadecdisseny
    Participant

    you have the URL web and access in private content.
    The color in the table in the price zone is this: #178faf

    best

    #247046

    cadecdisseny
    Participant

    The css changes are not exactly what I wanted. Please check the attached photos again, and tell me what css I have to change.

    I need solutions, I have already taken two days for these small changes.

    Thank you

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

    Hello,

    1. Replace the “red” with the color you need. One screen shows light green, another screen shows Rubin color, please set the color on your own.

    2. The home page does not contain price tables, please provide the page URL.

    Best Regards

    #247313

    cadecdisseny
    Participant

    1- I don’t want to change the color of the number. I want to change the green color of the circle. In the theme options panel I have blue in all the parameters but it still shows green, both in the floating bar of the footer and in the filling of the wishlist and cart circles. Does it have to be changed via CSS or in the panel?

    2- colored line above description, ADDITIONAL INFORMATION ….
    I’ve done this:

    .tabs-layout-tabs .tabs li.active{
    border-top:2px solid green
    }

    This still doesn’t work

    3 – price tables page URL : https://www.oficinaydespacho.com/metodo-ofi10/

    best

    #247434

    Hello,

    Here is CSS for

    Price table:

    .woodmart-price-table.price-style-default .woodmart-plan-price{
    background:#178faf;
    }

    For the circle:

    body .woodmart-cart-design-2 .woodmart-cart-number {
        background: #178faf;
    }

    Remove this CSS:

    body .woodmart-cart-design-2 .woodmart-cart-number{
    	color:red;
    }

    This code is for the active tab:

    body .tabs-layout-tabs .tabs li.active{
    	border-top:2px solid green; 
    }

    Best Regards

    #247465

    cadecdisseny
    Participant

    The circle of the cart is already in the color I want, I have also told you that I need the background of the circle of the wishlist. Please pass me the css.

    How can I remove from the web the floating bar of the footer? (add picture)

    Thank you

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

    Hello,

    Add this custom CSS:

    body .woodmart-cart-design-2 .wishlist-count {
        background: #178faf;
    }

    Best Regards

    #247758

    cadecdisseny
    Participant

    hi,
    I need you to solve these two things that I require in a query, please
    1- The last code that you provide me does not produce any change!

    body .woodmart-cart-design-2 .wishlist-count {
    background: # 178faf;
    }

    This still doesn’t work! stays green

    2 – How can I remove the floating bar from the footer from the web? Attached screenshot, please look at the screenshot and give me a solution, since I don’t know where I can disable it

    #247930

    Hello,

    Your wishlist icon does not have the count. Please enable it. https://prnt.sc/vvzg20

    Please show me on the screen this floating block, I cannot figure out what you mean.

    Best Regards

    #248530

    cadecdisseny
    Participant

    Hello,
    the wishlist is active and the background of the circle is green, I need a blue background.
    The css code that you provided does not produce any change.

    body .woodmart-cart-design-2 .wishlist-count {
    background: # 178faf;
    }

    The floating bar that is under everything, above the footer, is the one in the attached image, please look at it
    Best regards

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

    Hello,

    I do not see the background on the count in the Wishlist https://prnt.sc/vxp4xt

    As for the footer notices, disable Cookies in the Theme Settings > Shop > Cookies.

    Best Regards

    #249105

    cadecdisseny
    Participant

    Hi
    The cookies section is deactivated, I attach a photo.Also I have uninstalled all cookie plugins. I can’t remove this footer notices, Any more ideas?

    best

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

    Hello,

    Please clear your cache and if the problem persists, please provide your site admin access to the private area.

    Best Regards

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