Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle
Search Results for 'sidebar'
-
AuthorSearch Results
-
In forum: Reply To:In forum: Reply To:
You can change the font weight and add space below your widget titles by adding to the above CSS like this:
.sidebar h4.widget-title { font-size: 25px; margin-bottom: 25px; font-weight: 500; }Here’s some CSS that will change the background of the input in your sidebar:
.sidebar #subscribe-email input { background: #e4e4e4; }Let me know how that works for you.
-Kevin
In forum: Reply To:Kevin,
Thanks, its looking better already. Am I also able to reduce the boldness of the widget titles? and increase the amount of space immediately below each title?
Lastly, would you know how to remove the shading in the subscription widget. It is shaded dark, I think using custom CSS, to match the widgets use in the footer section. Ideally I would want to remove the shading for the sidebar only.Thanks
DavidIn forum: Reply To:Here is some css that will allow you to adjust the padding between your widgets:
.sidebar .widget { padding-top: 20px; padding-bottom: 20px; }Adjust the px amount as desired.
Here is some CSS that will target the widget headings in your sidebar:
.sidebar h4.widget-title { font-size: 25px; }Let me know if that works for you!
-Kevin
In forum: Virtue ThemeIn reply to: Blog category page and single blog page layout
August 16, 2018 at 11:23 am #199040Hey,
1. Yes that is only a setting for pages, it’s mostly for use with pagebuilders. If you want all your content to be screen width you can use css like this. I don’t recommend this as it makes your content really wide on large screens and harder to read and not as good of an experience for the user.#content { width: 100%; max-width: 100%; padding-top: 0; padding-bottom: 0; }2. You can add this css:
.page-template-page-blog-grid .kad-sidebar .sidebar, .archive.category .kad-sidebar .sidebar, .single-post .kad-sidebar .sidebar { background: #f6f6f6; }3. You can add this css:
#kad-blog-grid .blog_item { border: 0; } #kad-blog-grid .blog_item .kt-intrinsic-container-center { max-width: 100% !important; }4. You can set this in your theme options > blog options.
Ben
In forum: Virtue ThemeHello,
I’d like a bit of help with these issues:
1. I have used the “page content width” to control the width of the main blog page I have created, the the subsequent category blog pages and the individual blog pages do not seem to have the same sort of setting available.
Could you please let me know how I can get the category blog pages and the individual blog pages to also be fullwidth.2. On my blog pages, I have a sidebar. I want the background of ONLY THE BLOG PAGE, BLOG CATEGORY PAGE & BLOG INDIVIDUAL PAGE sidebar to be changed from the light creamish yellow to #f6f6f6, without it changing the menu colour in the woocommerce area.
3. On the main blog page, how can I remove the light grey borders around the posts.
4. How can I make a blog grid layout show up on a blog catogory page.
Thanking you in anticipation.
Kind Regards.In forum: Reply To:In forum: Virtue ThemeTopic: Testimonial settings
In forum: Virtue ThemeHi
I’m using the free version of Interactive 3D FlipBook for a pdf a client wants as a flipbook on their website.
*Login to see linkAfter installation the flipbook displays perfectly on the page via shortcode, but when trying to edit widgets in the primary sidebar the SiteOrigin widget fields appear blank (Sidebar > Layout Builder > SiteOrigin Editor widgets)
I’ve cleared cache, re-saved the permalinks
Any suggestions?
In forum: Reply To:In forum: Virtue ThemeIn reply to: Really Odd Issue …
August 10, 2018 at 4:08 pm #198554Hey,
In WordPress the “default” template is not the same as assigning a template. It looks at the slug of the page to see if some template should be applied. Since your slug is “contact” it’s assuming you want the contact template and assigning it. You just need to choose a template.In your case it sounds like you want the sidebar template.
Ben
In forum: Virtue ThemeTopic: Really Odd Issue …
Hello Team Kadence!
I am having a really odd issue with a particular page. I have a contact page that is not using the built-in form (right now it’s just a blank page with the default template) but for some reason, the main content is taking on mobile breakpoint @ 992px, and pushing the sidebar below. I can switch to any other template and it behaves as expected. But not the default template.
When looking at the CSS, the page that is named contact shows the class col-md-12 but every other page has the class .col-lg-9. I’m not sure why.
The really odd thing is … if I rename the page (update the url to something else), it works as expected and the class is changed to .col-lg-9. All my other pages are currently the default template and those work as expected as well. Page options and settings are the same on each page currently as well. Only this one page acts differently.
I have tried reinstalling the theme, deleting the page and recreating the page, deactivating all plugins (just in case).
I tested it on other sites running Virtue and have the same issue (only on default templates with the url as /contact/). Any ideas?
In forum: Ascend ThemeIn reply to: “category” in uppercase
August 8, 2018 at 10:46 pm #198340Hey,
You can type the title in as uppercase. You can also use css like this:.sidebar .widget-title { text-transform: uppercase; }Ben
In forum: Ascend ThemeTopic: “category” in uppercase
I would like to ask you please could you indicate how to leave the word “category” in the sidebar (which is inserted from the widget) with its title in capital letters (currently appears in lower case) thanks
In forum: Ascend ThemeIn forum: Virtue ThemeIn reply to: Space between sidebar and header
In forum: Virtue ThemeIn reply to: Possibilities for blog site with Virtue Premium
In forum: Virtue ThemeIn reply to: Possibilities for blog site with Virtue Premium
August 7, 2018 at 1:10 pm #198148Would this not cause issues with SEO and duplicate content?
What do you mean? Duplicate in reference to what?
In site origin page builder you can order the collapse to be left to right instead of right to left. Or you can use the one sidebar from the theme as your left sidebar and add a right one with pagebuilder.
In forum: Virtue ThemeIn reply to: Padding around images in sidebar widget
In forum: Virtue Theme -
AuthorSearch Results


