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: Pinnacle Theme
In reply to: Blog no sidebar ?
You can turn off the sidebar for all of your blog posts by going into Theme Options> Blog, and turning “Blog Post Sidebar Default” to “No, do not show.”
To disable comments on blog posts, you need to first go into Settings> Discussion, and uncheck “Allow people to post comments on new articles .”
Be aware though, that any previous articles that have comments will need to be overridden per post in the “Discussion” tab.
Hopefully that clears things up for you!
In forum: Virtue ThemeIn reply to: How to change the text font of a post by default
1. This will effect your body fonts sitewide on a mobile view. If you want any other fonts to be effected, let me know.
@media (max-width: 767px) { .entry-content p { font-size: 16px; } }2. This CSS will control the body fonts on your category page.
.category .entry-content p { font-size: 16px; }If you want to change any others, let me know and I’ll show you how to do that as well.
3. Here is some CSS that will help create a border for your sidebar widgets. Let me know if this is what you mean.
.kad-sidebar .widget-inner { border: grey 2px dotted; }As for the blog post border, could you specify where exactly you want this on your blog post?
4. You can add icons to your menus following these steps:
https://www.kadencewp.com/add-icons-to-your-menu-virtue-theme/Let me know if this is helpful!
In forum: Pinnacle ThemeTopic: Blog no sidebar ?
Hi there,
How do I remove the sidebar and comments on all blog posts please?
Will send login shortly
In forum: Virtue ThemeJuly 6, 2016 at 5:21 pm #102282See under “display sidebar” in the post options : http://docs.kadencethemes.com/virtue-premium/blog-posts/
Ben
In forum: Virtue ThemeIn forum: Virtue ThemeJuly 6, 2016 at 4:49 pm #102279In your post settings have you set the post sidebar to defualt for those older posts our are they set in the post itself to override the defualt?
Ben
I recently (about 3 weeks ago) turned off the sidebar on my blog posts so that my readers could enjoy a full width view of my photos and other content. While addressing a landscape photos issue I noticed that my older blog posts were still loading with a blank sidebar. If you navigate to this page *Login to see link then scroll down to “Grandeco Ski Resort” that post is showing no sidebar (as are all the posts before it), the very next post “Amago” does have a sidebar (as do all the posts after it). I would like all my blog posts to not have the sidebar, how should I fix this issue?
In forum: Virtue ThemeIn reply to: Problems with Product Filter
In forum: Virtue ThemeIn reply to: Changing colors of grey horizontal lines and borders
In forum: Virtue ThemeI’ve been using custom css to adjust border colors from grey to green. I’ve found most of them with the following css codes:
.bg-lightgray {
background: #9ED68B;
opacity: 0.5;
}.home_blog article {
border-color: #9ED68B;
}.page-header{
border-color: #9ED68B;
}.headerclass{
border-bottom: 2px solid;
border-top: 2px solid;
border-color: #9ED68B;
}.single-footer{
border-bottom: 2px solid;
border-color: #9ED68B;
}.sidebar .widget-inner li {
border-color: #9ED68B;
}.footerclass {
border-bottom: 2px solid;
border-color: #9ED68B;
}However, I am still missing a few – can be seen at *Login to see link – specifically the border around the blog post and the bottom border under Categories in the sidebar. What css classes can I use to change these?
Or… is there a better way to adjust these without doing it all bit by bit?
Thanks!
In forum: Virtue ThemeIn reply to: How to change the text font of a post by default
In forum: Virtue ThemeIn reply to: How to change the text font of a post by default
Thank you for your help.
I would like to ask few more questions.1. How can I customize the font for the smartphone window?
The font size are great when viewed at PC site, but it becomes too big when browsed by smartphone window.2. How can I customize the font for category page?
When I change the font size for the post pages, it reflects to the category page too.
I want to customize it differently.3. Is there any way I can add dotted border on blog post and sidebar menu?
I want to make a border between several different topics (or category) in the post (or sidebar).Thank you always for many helps
In forum: Virtue ThemeTopic: Page color
Hello
Im working on this site *Login to see link o
The client wants different page colors.
So when i go to sidebar and press stanadyne-pompe, the pompe de injectie page will open.
I want this page to have a grey background.
I tried with page id but is not working.
Ty for help.Catalin
In forum: Virtue ThemeIn reply to: Content Width and Typography
Hello Kevin, thank you for the reply.
1. This CSS will increase the space between your main content and the sidebar.
This looks good. I need it also for the post content of the blog, not only for the excerpt.
2. Try this CSS and let me know if that’s what you’re talking about:
What I mean is the space inside the article, like this:

You have a great support! Thank your for your effort.
In forum: Virtue ThemeIn reply to: Content Width and Typography
1. This CSS will increase the space between your main content and the sidebar.
.blog div#ktmain { padding-right: 40px; }2. Try this CSS and let me know if that’s what you’re talking about:
.blog p { margin-bottom: 30px; font-size: 14px }3. Are you referring to the text in your post excerpt? If so, the above CSS will effect that. You’ll want to change the 14px to whatever works for your site though.
Let me know if that helps.
In forum: Virtue ThemeIn reply to: Content Width and Typography
In forum: Virtue ThemeIn reply to: Content Width and Typography
In forum: Virtue ThemeIn reply to: Design change for Primary Sidebar
Hey,
1. Try using this css instead:li.menu-.sf-dropdown.menu-item-115 { border-bottom: 0; }2. You can use this css to add a border and background color:
.sidebar .widget-inner { border: 1px solid #333; padding: 5px; background: #eee; }And this would edit the menu title color:
.sidebar .widget-inner h3 { color: #333; }Hope that helps!
Hannah
In forum: Virtue ThemeTopic: Content Width and Typography
Good afternoon, I have a few questions about Blog posts:
I want to narrow my content width of the blog post. If I check the 940 px option, it affects also the sidebar and the main menue and the homepage layout, but I want to have it only on my blog posts.
How can I change the font size of the last pots widget on the sidebar?
Here is my blog: *Login to see link o/blog/
Thank you!
In forum: Virtue ThemeIn reply to: Design change for Primary Sidebar
1. here is some CSS that will get rid of the lines. Place this code into Theme Options> Advanced Settings.
.sidebar .widget-inner li { border: none; }2. I’m not sure what you mean with this. Are you wanting a border between each sidebar widget?
3. Here is CSS that will control the fonts of your sidebar. You will have to make the changes to each yourself to get the color right for you site, but this should allow you to target those specific elements:
.sidebar .widget-inner h3 { color: red; font-size: 30px; } section#nav_menu-2 .widget-inner ul li a { color: red; } section#nav_menu-3 div ul li a span { color: red; }Let me know if this is helpful!
-
AuthorSearch Results


