NoelNicholson
Forum Replies Created
-
That was useful. What is the easist way to adjust the size of the page(s) on this theme ? You can see that it limits the size of each page. Can I turn that off ?
On this theme I’m struggling to change the colour when I hover over a link. This is what I have in place already in my own style.css file. I want to change the colour from pink to orange. I’m using the css tool but its confusing.
header nav div > ul > li > a{
color: #ffa500;
}header nav ul li.current_page_item a{
color: #ffa500;
}a:hover {
color: #ffa500;
}Thanks, much more efficient than trying to decode css files.
In the original theme I found the css file in my-lovely-theme/media/css/main.css
So should I copy the entire file structure to my child theme and edit my-lovely-theme-child/media/css/main.css there or as you suggest just edit the style.css only in the child theme
One more question – where can I change the font color of the theme. Right now its purple. I’m looking through the css but its pretty detailed. Any help would be appreciated ?
Thanks guys for your help, using child themes seems best practice.
https://managewp.com/how-to-create-a-child-themeI’m new to WordPress so bare with me. I’ve selected the theme from the dashboard and created some placeholder pages along with a menu. I do have edit access to the style.css file. I’m pretty sure I’m not using a child theme as I don’t know what that is. I’m not sure where that snippet of code should go.
Notice how the menus differ.
Firefox on top, IE on bottom
https://snag.gy/NGBhn.jpgHow can I upload a screenshot to show you ? The menu structure does not display as I want in IExplorer