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

problem of home page as landing template attributes.

Home / Forums / Virtue Theme / problem of home page as landing template attributes.

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
May 29, 2020 at 6:14 pm

Hi ben and Hanna
My home page take no more in count the ccs code in Option theme advanced css … :

/* FOR HOME PAGE 3 buttonslanguage choice No menu and no footer . The following code suppress the display of menu and footer only on mainhome landing template page */
home #kad-banner, .home #containerfooter {
display: none;
}

best Marc

/*STyle of the portfolios items … on a Portfolio page */
.portfolio_item .portfoliolink {
position: static;
border: 0px solid rgba(255,255,255,.5);
opacity: 1;
background: rgba(0,0,0,0);
border: 2px solid transparent;
}
.portfolio_item .piteminfo h5 {
margin: 0;
padding: 6px 0 6px 0;
color: #EEE;
}
.portfolio_item .piteminfo p {
color: #EEE;
}
.portfolio_item:hover .portfoliolink {
border: 2px solid rgba(255,255,255,1);
}

/* epaisseur police filter name du portfolio */
#filters li h5 {
color: #99a1a4;
font-weight:400;
}
/* color mouse over filter name on portfolio page */
#filters li h5:hover {
color: #fff;
}
/* pour mobile couleur du mot filter dans potolio page */
.filter-trigger {
color: #7593a0;
}
#filter-trigger:hover {
color: #fff;
}

/* rend transparent le backgrounddesarea de saisie de texte ds contact page */
#kad-feedback-new-post input.full, .contactform input.full, .wpcf7 input {
background-color: rgba(220,220,220, 0.7);
}
.wpcf7-form-control.wpcf7-textarea {
background-color: rgba(220,220,220, 0.7);
}

/* change la couleurdu texte du bouton submit dans contact */
.wpcf7 input.wpcf7-submit {
padding: 12px 18px;
font-size: 12px;
border: none;
display: inline-block;
color: #1b84e1;
background: #fff;
transition: background .6s ease-out;
-webkit-transition: background .6s ease-out;
-moz-transition: background .6s ease-out;
-o-transition: background .6s ease-out;
}

/* pour que la page 3 langues s’affiche sur Mobile */

@media
(max-width: 780px) {
.so-widget-sow-hero-default-2da0f0801951 .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper {
height: auto !important;
}
}
/* to hide the right top bar widget on mobil only under a resolution */

@media
(max-width: 768px) {
.topbar-widget {
display: none;
}
}
/* to suppress empty space before content of home page */

@media
(max-width: 768px) {
.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper {
padding: 0;
}
}

/* margin top et bas du H5 titre du portfolio sous le logo */
h5 {
margin-top: 0;
margin-bottom: 0;
}

/* supprimer espacement avant la top bar en haut
#topbar {
margin-top: -20px;
} */

/* Espacement vertical dans le texte paragraphe de PAGE BIO à 30px dans le css de la page */

/* CODE POUR MOBIL REDUIRE LE FILTER PROJECT SUR MOBILE */
#filters li {
float: left !important;
margin-left: 15px !important;
margin-bottom: 10px !important;
}
#filters {
height: auto !important;
}
.filter-trigger {
display: none;
}

  • The forum ‘Virtue Theme’ is closed to new topics and replies.