Hi Kadence themes,
I have recently applied the virtue premium theme to my website mobitecture.com. All is well but I have a few questions about its appearance.
1. As you can tell I have removed the page title and lines using custom CSS. To have some kind of indication what page you are viewing I would like to highlight the page name in the menu by underlining the page title, by making it bold or by changing its colour. Is there any way to achieve this?
2. You have already given me a custom CSS to shift the spacing on the left to accomodate room for the vertical line. This works great on all pages except for the contact page. Please have a look at *Login to see link and tell me how to fix it?
3. I would like to display the title at the top of each portfolio item. I suppose removing this option from the theme might not be the best solution since this apparently also removes it from the portfolio items. Is there a way to set this option per page? I saw a video for the pinnacle theme where you can choose to hide or display the page title, is this possible for the virtue theme as well?
Since I have already made some modifications to the CSS I hereby post the custom code to give you the best possible impression on how my site is made.
@media (min-width: 992px) {
.main.col-md-12, .sliderclass .flexslider {
padding-left: 110px;
}
.page-header {
margin-left: 110px;
}
}
@media (max-width: 992px) {
.wrap.contentclass {
background: #fff;
}
}
.postid-36 .flexslider.kt-flexslider.kad-light-gallery {
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
}
.kad-info-box {
text-align: center;
}
.kad-info-box i {
float: none;
display: inline-block;
margin-right: auto;
margin-left: auto;
}
.titleclass h1 {
display: none;
}
.page-header {
display: none;
}