Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › Title width › Reply To: Title width
December 16, 2014 at 1:08 am
#1319
Participant
For the title styling, just use the following css selector (i’ve added the “color” attribute so you can see the change once you copy and paste the code into the “Elvyre options -> Appearance – Custom CSS” box):
.pt-title h1 {
font-size: 25px;
line-height: 38px;
display: inline-block;
color: #fff;
}
Yes, you can change the title size of portfolio elements. Can you tell me, on which page do you want to change the font?
Robert