Wimble - Customization - Question | JoomShaper

Wimble - Customization

K

Kasper

Template 3 years ago

Hi, I use Wimble template. I try edit Preset 1 color use custom css, but it's not work. I try use Custom Style on Helix options (of course I turned on before) but it still use default template style.

It's some posibilite to change link/button color?

Second, how I can change look Bloog Classic page? I woudl like delete "Posted By" and icon above this.

0
1 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #3835

Hi there!

Sorry for the inconvenience!

I think you can try the following css into your custom CSS:

a {
    color: chocolate !important;
}

body .sppb-btn.sppb-btn-default, body .btn.sppb-btn-default, body .sppb-btn.sppb-btn-primary, body .btn.sppb-btn-primary, body .sppb-btn.btn-primary, body .btn.btn-primary {
    background: var(--gradient);
    color: #fff;
}

.wimble-article-classic-view .article .wimble-article-author-wrap {
    display:none;
}

First portion is for link color, second portion is for buttons, and the third one is to hide the posted by portion.

Blog pages doesn't have basic layout changing options. And customization support is prohibited here.

Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

https://prnt.sc/pu705g

https://prnt.sc/pu70zn

Hope this helps!

Best Regards

0