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'
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: Space between Header and Secondary Menu
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
In forum: Ascend ThemeHi 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
In forum: Pinnacle ThemeHello, 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;
}In forum: Virtue ThemeIn reply to: How I can remove header in home page? Virtue Theme.
June 10, 2017 at 11:22 am #148472Hey,
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 ThemeIn reply to: Image Menu
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 ThemeIn reply to: Non Responsive
June 6, 2017 at 2:42 pm #147957Css 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 forum: Virtue ThemeIn forum: Pinnacle ThemeHi – 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 ThemeIn reply to: Button/container
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
In forum: Virtue ThemeIn reply to: Sitewide banner – full width
In forum: Virtue ThemeIn reply to: Sitewide banner – full width
In forum: Virtue ThemeIn reply to: Sitewide banner – full width
In forum: Virtue ThemeTopic: Sitewide banner – full width
In forum: Virtue ThemeHello
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 ThemeIn reply to: Primary Menu Transparency
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
In forum: Virtue ThemeIn reply to: Removing header on home page
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 ThemeIn reply to: Site Wide Banner
In forum: Virtue ThemeIn reply to: Site Wide Banner
I want to hide site wide banner on product pages. https://www.standrewbaycenter.org/product/victorias-last-bite/
thanks
Bill
In forum: Virtue ThemeTopic: Site Wide Banner
-
AuthorSearch Results


