Forum Replies Created
-
Author
-
RaulNicolasParticipant
Hello,
if we take a look on the first post, we can see the problem in the screenshot. Upper right we find the element marked (the bar between selectors) and with the firebug plugin we can see the class. On the right we can see the class and the file from it gets the information. We see It gets from ‘(index):67’ not from a css file, so, it means is generated by a function or a template to build this part of ‘index’, isn´t?When I put the code in the child style.css:
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range, .woocommerce span.onsale, .woocommerce-page span.onsale {
background: #000000;
}We should see the bar in black but the generated code is still the same and still getting the css code directly from index, not from child style.css.
The other code works perfectly in style.css:
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
background: red;
}Thank you for your help!
RaulNicolasParticipantHello,
the next code works perfeclty in style.css (child):
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
background: rgba(0, 0, 0, 0.24);
}but I can´t change the color between the selectors because It takes directly from ‘index’ code and It has higher priority. So, I should edit the widget to delete this part or what?
Thank you!!
CheersRaulNicolasParticipantHello, I’m sorry about the explanation… Editing a page. Yesterday I saw in the page editor, where you can put the shortcodes, if you view like text you can see more information. There is any while to edit this html part directly from a file or is imperative to do it from the WordPress dashboard?
Thanks a lot!
-
AuthorPosts