Okay
  Public Ticket #1164577
Header color
Closed

Comments

  •  3
    bflokstra started the conversation

    Hi,

    i am using Aurum with the bookstore demo. I am trying to change the header color. I am using header type-1, but I think that demo CSS has changed that header. What ever i try in CSS i can't get the header background in total to the new color. Pls advice how to code that.

    See attachment for the  header I mean.

  • [deleted] replied

    Hi bflokstra,

    Can you please share your Wordpress credentials here, because I need to login to your site and test this issue. Your information is safe here (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

  •   bflokstra replied privately
  • [deleted] replied

    Hi Ben,

    Please just go to your Custom CSS area and find this area:

    header.site-header.header-type-1, header.mobile-menu .mobile-logo {
        background: #c8bca7 !important;
    }
    header .current-menu-item {
        background: rgba(190, 175, 148, 01);
    }
    

    then you can change the c8bca7 color to your preferred one and the second color too

  •  3
    bflokstra replied

    Hi Ylli,

    tnx for your help. It works. I don't know why it didn't work before...i thought i changed that code.

    I have another color question.

    On the shop part the search button and category boxes are black, i want to change that color as well. I tried to do it in the theme options (Skill builder), but that didnt work. In CSS i added the following code:

    ---

    .sidebar .sidebar-entry .woocommerce-product-search input[type="submit"] {
        background-color: #fff !important;
    }
        
    .woocommerce .products .product-category a .woocommerce-loop-category__title, .woocommerce .products .product-category a h3 {
        background-color: #fff !important;
    }

    ----

    But that doesn't work either.

    Pls help. You have credentials already.

    Best regards,

    Ben

  • [deleted] replied

    Hi Ben,

    Glad to hear that your problem is resolved

    Regarding your further questions, kindly open a new ticket and post your request so it will be helpful for the other users to take advantage of searching them on the forum, and we’re glad to help you in your new thread.

    Will set this ticket as solved from here.