- This topic has 2 replies, 2 voices, and was last updated 3 years, 6 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Signify Pro › sidebar + theme styles
Hello.
1. How to remove sidebar and make full width in category, store, product (woocommerce) section?
2. How to make links not underlined ?
3. How to remove the captions 1) and 2) in the screenshot and the empty space 3)?
To deactivate sidebar
Go to Admin panel >> appearance >> customize >> theme options >> layout options – there you will find options to deactivate sidebar
To remove captions please add this css in additional css
.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-shorting-wrapper{
display:none;
}
@media only screen and (min-width: 64em){
.site-content>.wrapper {
padding: 40px 30px;
}
}
To remove underlines in link please add this css
.entry-content a:not(.more-link):not(.button):not(.fa):not(.remove):not(.wp-playlist-caption), .entry-summary a:not(.more-link):not(.button):not(.fa):not(.remove):not(.wp-playlist-caption), .ew-about a:not(.more-link):not(.button):not(.fa):not(.remove):not(.wp-playlist-caption), .widget_text a:not(.more-link):not(.button):not(.fa):not(.remove):not(.wp-playlist-caption) {
text-decoration: none;
}
Regards,
Thank you very much, as always everything works.
There is one more question left. How to remove huge side margins in categories, products?
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |