Sidebar Product Categories - by Leadcroc

This topic has 6 replies, 2 voices, and was last updated 8 years, 10 months ago ago by Robert Hall

  • Avatar: Leadcroc
    Leadcroc
    Participant
    June 3, 2015 at 17:12

    So i custom.css’d the woocommerce sidebar and styled it in blue — but now the regular pages are in green still and the shop is in blue — please help me change the color of the green to the blue on all the inner pages.. screenshots attached

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    June 3, 2015 at 17:34

    Hello,

    Please find this code in custom.css file and change color to #008f85

    .sidebar-widget .widget-title, .sidebar-slider .widget-title {
      background-color: #33AB02;
    }
    .sidebar-widget, .sidebar-slider{
    border: 2px solid #0268ab;
    }

    Regards,
    Robert Hall.

    Avatar: Leadcroc
    Leadcroc
    Participant
    June 3, 2015 at 17:39

    No i want to remove The #008f85

    and make all the sidebars #0268ab

    but if you go to the site — you’ll see on all the non woocomm pages its green but on the /shop page its blue

    I want it blue all over

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    June 3, 2015 at 17:43

    Please try to add this code in custom.css file.

    .category-1 .widget_product_categories .widget-title{
      background-color: #0268ab !important;
    }
    .category-1 .widget_product_categories{
      border-color: #0268ab;
    }

    Regards,
    Robert Hall.

    Avatar: Leadcroc
    Leadcroc
    Participant
    June 3, 2015 at 17:46

    Ok but now i need the border to be that same #0268ab as well

    Avatar: Robert Hall
    Robert Hall
    Support staff
    June 3, 2015 at 17:49

    Please add the word !important to code below

    .category-1 .widget_product_categories{
      border-color: #0268ab !important;
    }

    Regards,
    Robert Hall.

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

You must be logged in to reply to this topic.Log in/Sign up

Helpful Topics

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