Changing colors - by rs0512 - on WordPress WooCommerce support

This topic has 13 replies, 3 voices, and was last updated 10 years, 1 months ago ago by Eva Kemp

  • Avatar: rs0512
    rs0512
    Participant
    October 15, 2014 at 07:03

    Hi there,

    I have different questions regarding the change of colors and left shop sidebar.

    1. In the demo of “Snowbord”, “Market” or “Engineer” I can see the sidebar navigation is colored (blue, orange, …). How can I change these colors in my theme? At the moment I have just a white background and white border.

    2. I`d like to change the background color of the whole navigation bar into dark blue. How can I change it?

    3. I installed at first the demo “Snowboard” and I added the left shop sidebar under “Shop”. After changing the demo I reinstalled “Snowboard” but now the left shop sidebar does not appear anymore.

    You can find the access to my website in private content.

    Thank you

    Please, contact administrator
    for this information.
    12 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    October 15, 2014 at 11:11

    Hello,

    1. Please add this code into custom.css file:

    .sidebar-widget .widget-title, .widget-title span {
        background-color: red;
    }
    .sidebar-widget, .sidebar-slider {
        border: 2px solid red;
    }
    .sidebar-widget .widget-title { border-top: none; }

    Replace color value with yours.

    2. Please use this code in custom.css:

    .header-type-10 .menu-wrapper {
        background-color: #00008B;
    }

    3. As I see left sidebar on the Shop page is present:

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: rs0512
    rs0512
    Participant
    October 15, 2014 at 18:21

    Hi Eva,

    thank you. I added your css code but it doesn`t work and the navigation bar is still black. Please have a look at my website and help me.

    The other thing is the extrem long loading time. When I click on “Shop” it takes a way too long. There is nothing on this page. My suggestion: not only minify the JS and css files but reduce the amount of files. Could you do this,please?

    Thank you

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    October 15, 2014 at 20:13

    Hello,

    You have file default.custom.css, but you must rename it to custom.css via FTP in the directory wp-content/themes/royal.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: rs0512
    rs0512
    Participant
    October 15, 2014 at 20:43

    Hi

    ok I found that file and changed the name to custom.css. What now?

    Avatar: rs0512
    rs0512
    Participant
    October 15, 2014 at 21:03

    I used notepad++, added the css code, renamed it and uploaded it but nothing happened. What did I forget?

    Avatar: Robert Hall
    Robert Hall
    Support staff
    October 15, 2014 at 21:29

    Hello,

    See the video tutorial below how to create custom.css file.
    The video tutorial is for Legenda theme, but the process is identical.
    https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.

    After that navigate to Appearance->Editor->and select custom.css file http://prntscr.com/4wilt8
    Also don’t forget to active this file. Navigate to Theme Options->Custom CSS-> and select On.

    Regards,
    Robert Hall.

    Avatar: rs0512
    rs0512
    Participant
    October 16, 2014 at 06:13

    Hi,

    Thank you. It works. But the text should be a little bit away from the border. It should look like on the home page. How can I change that?

    Avatar: Eva
    Eva Kemp
    Support staff
    October 16, 2014 at 13:09

    Hello,

    Please add this code in custom.css file:

    .product-categories > li > a, .sidebar-widget .widget-title {
        padding-left: 20px !important;
    }

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: rs0512
    rs0512
    Participant
    October 16, 2014 at 18:12

    Thank you. But I have one problem with that. Like on the home page, the text colored field above the categories (Produktkategorien) should stay white. How can I change that?

    Avatar: Robert Hall
    Robert Hall
    Support staff
    October 16, 2014 at 19:08

    Hello,

    Try to add this code into custom.css file.

    .header-type-10 .menu-wrapper .navbar-collapse .menu-main-container .menu > li > a{
    color:#fff !important;
    }

    Regards,
    Robert Hall.

    Avatar: rs0512
    rs0512
    Participant
    October 16, 2014 at 19:28

    Hello,

    thanyou. I eeded that too. But I mean the Title of the sidebar. I tried to change the word “Produktkategorien” into white. On the home page, the sidebar title is white with orange background and the
    categories below black. I want the title on the shop-page of my site white and the rest black.

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    October 16, 2014 at 19:31

    Hello,

    Please add this code in custom.css:

    .sidebar-widget .widget-title {
        color: white !important;
    }

    Regards,
    Eva Kemp.

  • Viewing 13 results - 1 through 13 (of 13 total)

The issue related to '‘Changing colors’' has been successfully resolved, and the topic is now closed for further responses

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.