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'

Home / Forums / Search / Search Results for 'sidebar'

Viewing 20 results - 3,021 through 3,040 (of 5,356 total)
  • Author
    Search Results
  • In forum: Pinnacle Theme

    In reply to: Blog no sidebar ?

    #102350

    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!

    #102333

    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!

    #102292

    Hi there,

    How do I remove the sidebar and comments on all blog posts please?

    Will send login shortly

    #102282

    See under “display sidebar” in the post options : http://docs.kadencethemes.com/virtue-premium/blog-posts/

    Ben

    #102280

    In the theme settings I have set the default to have no sidebar within the blog posts themselves. I am not aware of an override for the default within the post(s). Where is that option?

    #102279

    In 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

    #102277

    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 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?

    #102153

    Hello Hannah,

    no the Theme Filter doesn’t seem to work for what I want. Because I’m filtering attributes like size and I also only want to display the filter in the sidebar of category pages where size is relevant.

    Lukas

    #102091

    Hey,
    This css should do it:

    .postlist article {
        border-color: #9ED68B;
    }
    .sidebar .widget_categories li a {
        border-color: #9ED68B;
    }

    Hope that helps!

    Hannah

    #102087

    I’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 – 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!

    #101976

    Sorry, one more question about sidebar menu.

    Is there any way to add icons at start of each items? I want to show the classification of category more clearly.

    #101974

    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 Theme

    Topic: Page color

    #101596

    Hello
    Im working on this site 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

    #101497

    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.

    #101488

    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.

    #101463

    Thanks again.

    how can I make the sidebar to be further away from the context of my blog?

    And how can I make the paragraph space bigger?

    How can I make the text in the image gallery discription box smaller?

    Greetings from Germany

    #101456

    Hey Igor,
    1. Try adding this to your custom css box in Theme Options > Advanced Settings:

    @media (min-width: 1200px) {
    .single-post .container #content {
        width: 960px;
    }
    }

    2.

    .sidebar .kadence_recent_posts .postclass a {
        font-size: 15px;
    }

    Hannah

    #101454

    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

    #101442

    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: o/blog/

    Thank you!

    #101252

    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!

Viewing 20 results - 3,021 through 3,040 (of 5,356 total)