Looking forward to your assistance.
]]>2. How do I remove the footer line “Proudly powered by WordPress | Theme: Amadeus by Themeisle.”? I want to replace it with a copyright
I’m using Amadeus child theme.
Website: https://sierragaiamassage.com
Thx!
]]>I tried changing the URL of this border in the child theme/edit CSS portion, but it does not work. Here’s the code I used:
nav#main-nav > ul:before, nav#main-nav > ul:after {
content: '';
width: 100%;
height: 6px;
display: block;
background: url("images/menu-border2.png") repeat-x top left;
}
However, when I change it in the parent css file, it works fine. What would I do to make the child theme CSS override the parent theme CSS?
Additionally, if I wanted to create a simple dotted border without an image in a different color, how would I do that? Please see my website for a complete picture: simplyfitspired.com
Your help is much appreciated!
]]>I’m trying to remove the top and bottom border on the Twenty twelve menu.
This is what I’ve got in the user.css
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul { border-bottom: 0px; border-top: 0px;}
This works fint for everything but IE8 (and below probably). I know that I can edit the ie.css file in …/wp-content/themes/twentytwelve/css/ie.css but this way the changes will be lost if I update the theme.
Is there another way to do this?
MadsRH
https://www.ads-software.com/extend/plugins/theme-tweaker-lite/
]]>thanks
]]>