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 - 1,121 through 1,140 (of 1,614 total)
  • Author
    Search Results
  • #90977

    this is my site http://mydaxin.com
    and this my css that i used it

    .kad-header-style-basic .kad-primary-nav ul.sf-menu>li>a {
    padding: 0 10px;
    }

    .banner-code code {
    white-space: normal !important;
    }

    .kad-header-style-basic #logo {
    max-width: 150px;
    }

    .headerclass > .container, .headerclass .sticky-wrapper .container {
    width: 100%;
    z-index: 100000;
    background-color: #fff;
    }

    .sf-menu ul {
    margin-top: -10px;
    }

    #90892

    I found it. It was in the Custom CSS Box:
    #kad-banner {
    background: rgba(58, 67, 101, .9);
    }

    In forum: Virtue Theme

    In reply to: banner

    #90875

    Thanks Hannah for your reply. Any solution without typing short doe please? I tried your solution and as I’m really a beginner, it does not work. I’ve now a home widget banner whith my 4 product pictures, but when clicking on each, the pic just pops up in zoom mode; your short code I’ve placed in the comment zone of the text widget is not procuding any effect, sorry, maybe I went wrong.

    What I wanna do!

    Thanks

    #90731

    So when you look are you looking on a mobile? Or are you refreshing the page say when you bring your browser down to the mobile size?

    You can add this css for when you just changed the size of your screen without reloading:

    @media (max-width: 767px){
        .home.trans-header #kad-banner-sticky-wrapper {
            height: auto !important;
        }
    }

    Ben

    In forum: Virtue Theme

    Topic: banner

    #90636

    Hi,

    I’ve not seen any tutorial for my below problem, which I believe, is very basic.

    From my homepage, I want to have one banner containing 4 pictures corresponding to 4 different products I offer; every product, when clicked on, opens a page including 2 to 6 sub-products each, with an image + single text; then each sub-product, when clicked, opens a detailed page per article/product with more complex media and text.

    I found no clear explanations on how to choose the right banner (Featured products, carousel…?) which could activate such kind of pyramidal architecture.

    Thanks very much in advance
    Stephane

    #90569

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

    .home .virtue_banner {
        display: none;
    }

    Hope it helps!
    Hannah

    #90564

    Is there a way to prevent the banner image from displaying on the Home page?

    testenv.sbcchosting.com/ra2/

    Thanks,

    Jennifer

    #90448

    hi

    I can´t make my portofolio item to show fullwith. I have checked all my choises in both portfolios settings and on each portfolio item, and nothing indicates that it shal not show fullwith?

    I have a slider on topp that is fullwith and displaying banner off portofolio items in the bothom that shows full with?

    Can somebody help me? (:

    Regards
    Kjersti Jakobsen

    #90421
    
    @media (max-width: 767px) {
    .home.stickyheader.trans-header #kad-banner {
        position: static;
        background: rgba(255,255,255,.9);
    }
    }

    Ben

    In forum: Virtue Theme

    In reply to: Text above header

    #90377

    Ok, so that is your logo/site title text.

    If your not wanting to use a logo you can hide it with this css:

    div#logo {
        display: none;
    }

    But you may want to add the banner image your using as the logo. In the logo layout settings of your main settings you can set the logo to be the width of the page.

    Ben

    In forum: Virtue Theme
    #89687

    add this css:

    @media (max-width: 991px){
        .boxed .stickyheader #kad-banner-sticky-wrapper #kad-banner {
        width: 100%;
    }
    }

    Ben

    #89657

    my site is almost done , can you please give me info what the best pic size and banenr size is for the theme?

    #89277

    Replace the previous CSS with this code. Be sure to change the “Red” color property to whatever you prefer.

    @media (max-width: 992px) {
    header#kad-banner {
        background: none;
       }
      .kad-header-widget .textwidget h4 span {
        color: red !important;
      }
    }
    #89270

    Here is some CSS that will get rid of the pattern on mobile devices.

    @media (max-width: 992px) {
    header#kad-banner {
        background: none;
      }
    }

    Just copy and paste this code from the forum to Theme Options> Advanced Settings.

    Let me know if that works for you!

    In forum: Pinnacle Theme

    In reply to: Mobile Menu

    #88990
    This reply has been marked as private.
    #88712

    Hi everyone,

    this site i’m doing for a friend. he texted me this morning to say that he was playing around with the front page and he does not know what he has done. I have to zoom right out to see the whole of the home page.

    He has added in a image when I inspect the element its called virtue_banner but I cannot find this in the options menu.

    Can someone please help before I rip someones head off!

    So sorry to be such a pain.

    Thanks,

    Richard

    In forum: Virtue Theme

    In reply to: Mobile view

    #88694

    Hey kevin,
    This css should make the logo smaller:

    @media (max-width: 768px) {
    body #kad-banner #logo .kad-retina-logo {
        width: 40%;
    }
    }

    You can use this to fix the look of your mobile menu:

    .nav-trigger-case .kad-menu-name {
        margin-left: 0;
    }
    .nav-trigger-case .kad-navbtn {
        padding-top: 15px;
    }

    You can paste those in your custom css box in Theme Options > Advanced Settings.

    What are you wanting to do with the topbar? Do you not want the menu dropdown in the topbar? Do you also want to remove the phone number?

    Hannah

    #88118

    I have inlay in page banner already but I want to add on top of the page banner too on the same pages. How can this be accomplished?

    In forum: Pinnacle Theme

    In reply to: Mobile Menu

    #87737

    You just need to wrap this in a media query. Try changing to this:

    @media (min-width: 992px) {
    #kad-banner-sticky-wrapper {
    padding-bottom:0;
    max-height: 150px;
    }
    #menu-main {
    padding-top:15px;
    }
    #nav-main {
    width:910px;
    }
    .kad-header-left {
    width: 240px;
    }
    .kad-header-right {
    width: 900px;
    }
    }

    Hope that works for you!
    Hannah

    In forum: Pinnacle Theme

    Topic: Mobile Menu

    #87736

    So my mobile menu was working until I added some custom css to make the desktop menu container wider to add more links to the menu. The desktop version looks perfect, but when I size down to mobile, it disappears.

    Here is the custom code I’ve added #kad-banner-sticky-wrapper {
    padding-bottom:0;
    max-height: 150px;
    }
    #menu-main {
    padding-top:15px;
    }
    #nav-main {
    width:910px;
    }
    .kad-header-left {
    width: 240px;
    }
    .kad-header-right {
    width: 900px;
    }

    Any suggestions on how to make it appear again with keeping my custom css?

Viewing 20 results - 1,121 through 1,140 (of 1,614 total)