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 'banner'

Home / Forums / Search / Search Results for 'banner'

Viewing 20 results - 721 through 740 (of 1,614 total)
  • Author
    Search Results
  • #148898

    Hey Felippe,

    Try adding this CSS to Theme Options> Advanced settings, and let me know if it works for you:

    @media (min-width: 992px) {
    #panel-w59414f8753b17-0-1-0> .panel-widget-style {
        padding-bottom: 0;
    }
    div#kad-banner-sticky-wrapper, header#kad-banner {
        height: 181px !important;   
        }
    }

    -Kevin

    #148845

    Hi guys,

    I am beyond confused, the main page (www.polospringfarm.com) is playing music automatically in the background and I have no idea where this is coming from, it is the same music as a video banner on the site but I have removed the video banner from the main page and music still plays? Any help would be greatly appreciated!!

    Mark

    #148480

    Hello, I’m non-tech. The below is CSS that you provided to fix certain issues on my (musingsfromaredhead.com) site.
    Is there anything in here that would be causing all of my photos to be small? I used to post them as medium, but now have to post them as large for them to look okay.
    And, anything here that would interfere with WordPress’s Gallery/media program? I cannot create carousels or slideshows.

    Appreciate your help–am trying to rule out possible causes for these problems.
    Thx

    .home .flexslider .slides img {
    max-height: 325px;
    }

    [rainmaker_form id=”7835″]

    .kad-header-style-basic .kad-primary-nav ul.sf-menu>li.sf-dropdown>a {
    padding: 0 20px 0 10px;
    }
    .kad-header-style-basic .kad-primary-nav ul.sf-menu>li>a {
    padding: 0 10px 0 10px;
    }
    .sf-dropdown>a:after {
    right: 10px;
    }
    .kad-header-style-basic .kad-primary-nav ul.sf-menu>li.sf-dropdown>a {
    padding: 0 15px 0 10px;
    }
    .home div#kad-banner-sticky-wrapper {
    height: auto !important;
    padding-bottom: 10px;
    }

    @media
    (min-width: 992px){
    .kad-topbar-right {
    width: 70%;
    }
    .kad-topbar-left {
    width: 30%;
    }
    }
    #topbar ul.sf-menu li a:hover {
    background:transparent;
    }
    .kad-header-style-basic #nav-main ul.sf-menu > li > a {
    line-height: 32px !important;
    }

    #148472

    Hey,
    Please when asking for support it’s best to post a link to your site.

    I belive your wanting css like this:

    .home #kad-banner {
    display:none;
    }

    You can but that in your theme options > advanced settings.

    Ben

    In forum: Pinnacle Theme

    In reply to: Image Menu

    #148124

    1. This css will set the title:

    .home-message h4 {
        font-family: sans-serif;
        font-size: 22px;
    }

    and this the description:

    .home-message h5 {
        font-family: sans-serif;
        font-size: 14px;
    }

    And this will remove the title underline:

    .home-message h4:after {
    display: none;
    }

    2.

    .infobanner {
        margin: -5px 0;
    }

    You can paste all that into your custom css box in Theme Options > Custom CSS.
    Hope it helps!

    Hannah

    In forum: Virtue Theme

    In reply to: Non Responsive

    #147957

    Css like this:

    
    HTML > BODY > DIV#wrapper > HEADER#kad-banner > DIV#cat_nav {
        left: 754px!important;
        position: relative;
        right: -20px!important;
        top: -70px;
        width: 0px;
    }

    And like this:

    HTML > BODY > DIV#wrapper > HEADER#kad-banner > DIV#cat_nav > DIV.container {
        left: 310px;
        position: relative;
        right: -12px;
        top: 0px;
        width: 1125px;
    }

    I don’t think we told you to add that. But if we did somewhere then it was wrong. That is not the best way to do what you want. So PLEASE remove anything you did any css you added. Tell me what you want and then I can offer some css. I can not fix bad css though with more css. This stuff above needs to be removed.

    Ben

    In forum: Reply To:

    In reply to:

    #147711

    Try adding this css:

    #kad-banner .container #nav-second {
        border-top: 1px solid #343434;
    }
    #kad-banner .container {
        padding: 0;
    }

    Hannah

    #147338

    Hi, I have some white space under the sitewide banner on my review page, can I get rid of it?

    #147029

    Hi – I have just added the Shop page here and can’t get the top banner to have the same red background as all the other pages on the site. All the product pages are fine – it is just the main Shop page causing issues.
    Could you please let me know how to fix this?
    Thanks!

    In forum: Virtue Theme

    In reply to: Button/container

    #146939

    Hi Hannah http://www.cloudwireless.uk The menu items I want to be as buttons are “packages” “coverage” “how it works”

    Instead of them having a blue banner in the background I would like them to look like the MY Account tab on your Kadence themes website

    #146860

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

    #kad-banner .container {
        text-align: center;
        width: 100%;
    }

    Hope that helps!

    Hannah

    #146850

    Thanks Ben, I just switched my site to a wide site layout rather than the boxed style, is there a way to position the logo more to the left and the widget more to the right, and have the banner to be the full width of the page?
    Thanks

    #146798
    .virtue_sitewide_banner {
        padding: 0;
    }

    Ben

    #146776

    Hi team, I want my banner to be equal width as the slider, can you provide with the proper CSS.
    Thanks.

    #146107

    Hello

    I would like to make a page where there is only a revolutions-slider with some flip-boxes over it (fullscreen-style with no scrolbar :-)). To make the content is very easy (especially when using the visual composer) but I have some challenges to take out everything outside my wp-editor-page-content (like menu or footer, etc.). I know there is a solution with CSS but I’m not really good with any codes; I just came this far:
    .willkommen header.banner, .willkommen #containerfooter, .willkommen .page-header {
    display:none;
    }

    There is still something at the top and something by the footer (wpml-language-switcher). Please go and check for yourselfe here.

    Does anybody know the CSS-Code for making this specific page look better (so that only the revolution-slider-pics fils the screen an all other stuff is taken away with CSS?).

    Thanks for any help (please consider in your answer, that your are dealing with a dummy-user). 🙂

    Sascha

    In forum: Virtue Theme
    #146101

    Do you want this on all your pages or just your homepage? Both Pinnacle and Ascend are set up to work this way, however, Virtue is not. You can workaround with the following css, though it’s not necessarily advised.
    This css is specific to your homepage:

    @media (min-width: 768px) {
    .home #kad-banner {
        background: rgba(255,255,255,.5);
        width: 100%;
        z-index: 1000;
        position: absolute;
    }
    .home .kt-flex-fullslide {
        margin-top: -50px;
    }
    }

    Hannah

    #145958

    Whenever you assign a page to be HOME in Settings> Reading, the theme will automatically assign the “Home” template to the page.

    You can remove the header on your home page with this CSS:

    .home div#kad-banner-sticky-wrapper {
        display: none;
    }

    Just place into Theme Options> Advanced Settings and let me know if it works for you.

    -Kevin

    In forum: Virtue Theme

    In reply to: Site Wide Banner

    #145937

    Try adding this CSS to Theme Options> Advanced Settings and let me know if it works for you:

    .woocommerce .container.virtue_sitewide_banner {
        display: none;
    }

    -Kevin

    In forum: Virtue Theme

    In reply to: Site Wide Banner

    #145924

    I want to hide site wide banner on product pages. https://www.standrewbaycenter.org/product/victorias-last-bite/

    thanks

    Bill

    In forum: Virtue Theme
    #145914

    Good Morning

    I need css to exclude woo product pages from site wide banner.

    Thanks

    Bill

Viewing 20 results - 721 through 740 (of 1,614 total)