For all Category pages, how can I remove the side bar that shows the “Price” slider and just show the main area?
Also, is there a way to increase the text size for all the Category pages?
Thanks
Hey bemodesign,
Your site seems to be having problems at the moment, please let us know when it’s up and running again.
Best regards,
Rikard
It is back.
And 1 more thing, the font size on these category pages are small. How can I increase size? thanks!
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.archive .sidebar_left .sidebar {
display: none;
}
.archive .container .av-content-small.units {
width: 100%;
}
.archive .sidebar_left .content {
border-left-width: 0;
}
Best regards,
Rikard
That worked, besides it left a white border line, down the side. see link
And last thing, the font size on these category pages are small. How can I increase size? thanks!
Hi,
Try this css:
#top #main .sidebar_left .sidebar {
border-right-style: none;
}
.archive h1.av-banner-description p {
font-size: 80px;
}
Best regards,
Mike
And can you get me code to increase the body copy font size? For some reason it isn’t that same as the main website body copy size.
thanks!
Hi,
.archive .container_wrap_first p {
font-size: 20px;
}
adjust to suit.
Best regards,
Mike
your the best!
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike