 
	
		
		
		
		
			
Hi
I am using this theme and it’s really great and very powerful
I am trying to change the look of the titles of posts and pages and I am stuck.
Is there an option to edit the titles?
please see the attachment if my question is not clear
thanks
Barry
Hey barrygur!
Try adding this to your custom CSS.
.main-title {
  color: black !important;
  font-size: 20px !important;
}Best regards,
Elliott
Hi Elliott
The size changed but the color hasn’t
 I also tried to change the font-weight and didn’t succeed.
Do you have any idea how to change the color and font weight as well?
Thanks
Barry
Hey!
Try to add this:
#top .alternate_color.title_container .main-title a {
color: #000000;
font-weight: bold;
}Best regards,
Ismael
thanks
It works great now
