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

Setting page specific css

Home / Forums / Virtue Theme / Setting page specific css

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
April 10, 2019 at 9:07 am

I need some understanding, please. I am trying to understand the php and css files and filenames so that I can make css changes without so many questions. I would like to change the size of the title on some of my pages. I found the following posted to the support forum to change the title on the single-portfolio page

.single-portfolio h1.entry-title {
color: #444;
font-size: 30px;
}
.page h1.entry-title { this works for all pages
color: #444;
font-size: 30px;
}

Is the single-portfolio the page or the template? I found the content-singleportfolio.php file which appears to outline the classes.

please see //jpriceanalytics.com/services-dnp/ this page uses site origin page builder and the the feature template
I have inserted the code below in the advanced css and see the lines delineating the banner, header , and title. what is contained in the space between the lines? It appears to me that .page-header contains more than the h1.entry?

How do I determine what the services-dnp page consists of?

header#kad-banner {
border-bottom: 1px solid #e6dfdf;
padding-top:0px
padding-bottom:0px
}
.page-header {
border-top: 1px solid #e6dfdf;
border-bottom: 1px solid #e6dfdf;
}
.page h1.entry-title {
color: #444;
font-size: 30px;
border-top: 1px solid #e6dfdf;
border-bottom: 1px solid #e6dfdf;
height: 1px;
margin-bottom: 1.625em;
margin-top: 1.625em;
padding-top: 5px
padding-bottom: 5px
background-color: #2d5c88;
}

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