- This topic has 3 replies, 2 voices, and was last updated 9 years, 2 months ago by Theme Horse Support Team.
-
AuthorPosts
-
September 13, 2015 at 8:03 pm #28211a.dewilliencourtParticipant
hi
I am a beginner, thank you for this forum which helps me, but some questions remain with our answers…..
1- BLUE BANNER
My main colors are grey and orange
I want to change the color of the blue wide banner on home page
and change the font of the slogan- how can I do?2- FONT OF HEADERS
I change font of headers by pasting
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
font-family: “gothic century”, sans-serif;
color: #ff9900;
it works but not totally:
-color didn’t change
-the font changes only on home page but not in pages inside3- MAIN MENU
I want it grey and orange (replace blue of the template by orange)
I pasted this code
a,
#access a,
#access ul li ul li a,
#access ul li.current-menu-item ul li a,
#access ul li ul li.current-menu-item a,
#access ul li.current_page_ancestor ul li a,
#access ul li.current-menu-ancestor ul li a,
#access ul li.current_page_item ul li a,
.widget ul li a {
color: #ff9900;
}
but the menu is now totally orange
How can I keep the grey (as shown in the template)4-CHANGE FONT SIZE of text
I pasted
body, input, textarea {
font-size: 13px;
}
but do not change anythingMu URL is agnesdew.com
thank you f-very much for your help
AgnesSeptember 14, 2015 at 6:55 am #28218Theme Horse Support TeamKeymasterHi Agnes,
Sorry! You have to upgrade it to pro version fro the typography feature otherwise you have to edit the style.css file by creating child theme. To create a child theme just follow this instruction. What you do is just open the style.css and search
PT Sans",sans-serif
for font-family and search#05a9c5
for color and change the font-family as well as color accordingly to your choice.Thank you!
September 15, 2015 at 12:21 pm #28286a.dewilliencourtParticipantok thank you very much
and could you just tell me about the principal menu
I want to keep 2 colors
what is wrong in the code I pasted (color: #ff9900 is orange)?
where should I indicate the grey color
a,
#access a,
#access ul li ul li a,
#access ul li.current-menu-item ul li a,
#access ul li ul li.current-menu-item a,
#access ul li.current_page_ancestor ul li a,
#access ul li.current-menu-ancestor ul li a,
#access ul li.current_page_item ul li a,
.widget ul li a {
color: #ff9900;September 16, 2015 at 6:12 am #28321Theme Horse Support TeamKeymasterFirst clarify us that what you want to do with color in the menu?
Do you need the orange color for all the menu item with gray color OR for all the hover and active menu item?Thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.