Home Forums Basel support forum Categories filters Reply To: Categories filters

#121202

Hello,

1 and 2 are set in the Advanced typography you should assign the rules to a custom selector.

/*sales*/ 
body .labels-rectangular .onsale {
color:#ffffff;
background-color:#000000;
font-size:12px;
}
/*hot*/
body .labels-rectangular .featured {
color:#ffffff;
background-color:#000000;
font-size:12px;
}
/*new*/
body .labels-rectangular .new{
color:#ffffff;
background-color:#000000;
font-size:12px;
}

Set the colors and sizes as per your needs and add to the Theme Settings > Custom CSS.

3. When you click the category from the sidebar of the shop page you get to the category page, and your menu does not contain category pages, your menu contains WordPress pages where you show the product. Please note, shop filters do not work at any pages, only shop page and category page http://prntscr.com/nhlnct You need to replace your pages with the product categories.

4. Navigate to the Theme Settings > Styles and Colors > set the colors which would be used throughout the site, those which are not covered, are managed by custom CSS. https://gyazo.com/598a96488231853709262e6cf7aa36e9

Background color for block:

body .basel-hover-base .hover-mask {
background-color:red;
}
body .basel-hover-base .hover-mask a {
    color:yellow;
}
body .basel-hover-base .hover-mask a:hover {
    color:green;
}

5. Provide the page URL with the problem, I am checking a page http://prntscr.com/nhlx8s and do not see any double h1

6. Navigate to the Theme Settings > Header > Appearance

Best Regards