kuzcomerlin
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] How to change color of titlesI have tried out this, looks nice, but still doesn’t color the titles in the color I want. It is just changing the background color.
.tc-header, .navbar-inner {
background-color: #154215;
background-image: linear-gradient(to bottom, white, #869E53);
background-image: -webkit-linear-gradient (top, white, #154215);
background-repeat: repeat-x;
border: 1px solid 154215;
border-radius: 4px 4px 4px 4px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
min-height: 40px;
padding-left: 20px;
padding-right: 20px;
}How to change the font color of the titles and the headlines???? 🙁
Forum: Themes and Templates
In reply to: [Customizr] How to change color of titlesSorry, but doesn’t really help.
Forum: Themes and Templates
In reply to: [Customizr] How to change color of titlesthank you rdellconsulting.
By the time I have added following code to CSS:
.navbar-wrapper .navbar h2 {
color: #154215;
}But the only change was for the top right title.
I want to change ALL the titles in the title bar to this color.
I have already look in snippet before posting in the forum but as not really firm with CSS codes it has not help me a lots as I could not find what I was looking for.
Forum: Themes and Templates
In reply to: [Customizr] How to change color of titlesAlso the text in the home page is still grey even though in my admin I have the font color in dark green. How I can change it that also in the home page all text below is written in green?