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 - 4,641 through 4,660 (of 5,356 total)
  • Author
    Search Results
  • #31015
    .sidebar .widget_recent_entries li {
    text-align: center;
    }

    Most have not copied that in when I pasted the code.

    Ben

    #31004

    Add this css, I think it’s what your going for:

    .widget_categories li a {
        display: inline-block;
        margin-bottom: 0;
    }
    .sidebar .widget_categories li {
        background: #fff;
        text-align: center;
        margin-bottom: 8px;
    }
    .sidebar .widget_recent_entries li a {
        margin-bottom: 0;
         text-align: center;
    }
    .sidebar .widget_recent_entries li {
        margin-bottom: 8px;
    }

    the background color on your site is #f9f9f9

    Ben

    #30996

    I assume you mean this:

    .sidebar .widget_categories li a,.sidebar .widget_archive li a,.sidebar .widget_recent_entries li a,.sidebar .widget_nav_menu li a,.sidebar .widget_pages li a,.sidebar .product-categories li a,.sidebar .product-categories li a {
    text-align: center;
    }

    Also, what is the default background color code that you are using?

    Where?

    Ben

    #30977

    You can add this css in your theme options > advanced settings.

    .sidebar .widget-inner > ul.menu > li > a {
    font-weight: bold;
    }
    

    Ben

    #30920

    Hello Ben,
    I have a menu on one side wich I entered with the normal menu widget. But I would like the main categories in bold text and the subcategories in plain.
    Is it possible and can you help me with this?

    Thanks in advance!
    Paco

    #30899
    #ktsidebar .sidebar > .widget {
        border-top: 1px solid #252525;
    }
    #ktsidebar .sidebar > .widget-first {
        border-top: 0;
    }

    Ben

    #30893

    Hi Hannah Ben,

    Could you please send the line of the code I need to separate the widgets in the sidebar?

    The link is:

    As you can see in the sidebar on the right, I have different widgets (login, search, featured listings, etc.) and I would like to separate them with solid horizontal lines.

    Thank you very much,
    Jay

    #30875

    Hey Jay,
    So do you still want people to be hidden from the page unless they’ve logged in? If so you’re probably better off removing the login from the sidebar, otherwise they would just be seeing a blank page. If you want people to be able to see the page even if they are not logged in then you just need to turn off the security for that page. Which plugin are you using?

    Hannah

    #30857

    Hi Ben,

    I would like to ask if you knew how to disable the login option on a page.

    Please take a look at this link:

    As you can see, there are two options for Login.

    I would like to KEEP the one in the sidebar (the one on the right side) and get rid of the one on the page (on the left side).

    How can I do this?

    Your help is greatly appreciated.

    Thank you,
    Jay

    #30839

    If it’s your home page then you can control the sidebar in the theme options > home layout.

    Ben

    #30835

    Hi Ben,

    Thank you for your quick response.

    1) I have a page called “Business Directory” with a shortcode [businessdirectory]. I selected sidebar as template but the sidebar still doesn’t appear. I have also selected this page as my home page.
    What else do I need to do?

    2). Ok. Thank you!

    Cheers!

    #30828

    1. your link points to a “home” page. Are you creating a different wordpress install there on that url? If so set your home page sidebar.

    2. You can use this css:

    @media (min-width: 1200px) {
    #content .main.col-lg-9 {width: 66.66666666666666%;}
    #content aside.col-lg-3 {width: 33.33333333333333%;}
    }

    Ben

    #30810

    Hi Ben / Hannah,

    My primary sidebar appears on logi/register/password recovery pages (top menu) and on manage listing page (on secondary menu) but the sidebar doesn’t appear on Business directory page (secondary menu).

    Could you please take a look at the page below and let me know how I can fix the issue.

    Also, how do I change the width of the sidebar (I would like to make the width of the business directory page shorter and the width of the sidebar bigger).

    Thanks a lot,
    Jay

    #30747

    So this css will put it the height of your sidebar:

    @media (min-width: 992px){
    #ktsidebar {
    border-right: 1px solid #eee;
    }
    }

    Or if you want to use the content as y our line height you can use this:

    @media (min-width: 992px){
    body .main.col-lg-9 {
    border-left: 1px solid #eee;
    }
    }

    Ben

    #30739

    I had a look through the forum, but couldn’t find this one – I am wondering about running a thin (1px) line down the side of the widgets in the sidebar to separate them from the content. Is this possible? Especially when I have different pages of differing content length? Only one sidebar and it runs on the lefthand side of the page. I hope there’s an easy solution – and thank you in advance.

    Greg

    #30713

    Thanks, that has worked perfect for the mobile . Is there anyway to have the sidebar to left of the content on tablets, the same as it is on desktop ?

    #30700

    HI, I have floated the content to the right on this website . It is working fine on all browsers on desktop screen size . However the sidebar is overlaying the main content area on a tablet and on mobile there is a thin line down the left hand side of the screen . I would like the sidebar to be on the left still on tablets and below on mobile . I am aware of @media but can’t seem to find the right css class to stop the overlap

    In forum: Virtue Theme
    #30683
    This reply has been marked as private.
    #30433

    You can give the select box a white background with this css:

    .select2-container .select2-choice {
    background: #fff;
    }

    If you want to target the whole body fonts you can with this css:

    body, .color_body, .sidebar a, .author-name a, .author-latestposts h5 a, .author-latestposts h5, .author-profile .author-occupation, .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus, .product_price, .product_details > .product_excerpt {
    color: #fff;
    }

    Ben

    In forum: Virtue Theme

    In reply to: Add to CART font size

    #30400

    1. Are you talking about the one in the top of your sidebar or the one next to the price on all your products?

    2. Only with a plugin, you would have to get a shipping plugin that worked with an api system of a shipper.

    3. I assume you don’t mean the mobile menu even though you said click?

    Try this css:

    #nav-main ul.sf-menu ul li a {
    font-size: 16px;
    }

    Ben

Viewing 20 results - 4,641 through 4,660 (of 5,356 total)