MartinGBEdwards
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Magazine Basic] Header Background ColorMy pleasure Brian, great to know it worked for you!
Martin
Forum: Themes and Templates
In reply to: [Magazine Basic] Header Background ColorFirst you should create a “Child Theme” so that you are not making changes to the standard theme. If you don’t do this any changes you make will be reversed when the theme is updated.
Once you’ve done this add the following to the “style.css” file :#header .c12 { background-color:#555555; }
substitute the color you want for the #555555 above
Hope this helps!Forum: Themes and Templates
In reply to: [Expound] Element Colors/HoverRight, it’s been driving me mad all afternoon but I have now got the difinitive answer for you courtesy of this reply a few weeks ago.
I am assuming you are working with a child theme but if not please use one so that these changes don’t get overwritten if Expound is updated.
In your case I think you already done some of this so if you just add the following into your .css file/*---------- triangle on hover ----------*/ .navigation-main ul > .current_page_item:hover a:after, .navigation-main ul > .current-menu-item:hover a:after, .navigation-main ul > .current-post-ancestor:hover a:after, .navigation-main ul > .current-menu-ancestor:hover a:after, .navigation-main ul > .current-menu-parent:hover a:after, .navigation-main ul > .current-post-parent:hover a:after { border-color: #fc03a5 #fff #fff; }
that should work.
Obviously change the border color to your exact needs!Forum: Themes and Templates
In reply to: [Expound] Element Colors/HoverSorry, I just spotted your other post on this, and now see what you are asking about so ignore my last reply. I had a quick look at your css but can’t immediately see where the green triangle is coming from. You could try adding a background image on current menu item hover that included the triangle in the correct hover colour. It might need a bit of fiddling with padding and margins to get it to behave.
Forum: Themes and Templates
In reply to: [Expound] Element Colors/HoverThe arrow pointer is usually set to “auto” which means it will change as appropriate to the content. You can change it for particular elements using the “cursor” property. However the only way of changing the color is to create a .gif file which is a copy of the pointer you want but coloured in. You can then use the property
cursor:url
to point to it.
This page explains in more detail W3SchoolsForum: Themes and Templates
In reply to: Slider ProblemsSorry, I got called away, as Jan said, we cant give support for non www.remarpro.com themes, however, one of the great things about WordPress is that switching themes is usually pretty easy so if you have a look at the thousands of themes here, I am sure you will find something similar and lots of great people to help you make it work!
Forum: Themes and Templates
In reply to: Slider ProblemsCould you tell me which theme you are using, which slider plugin and a link to the site so I can have a look at the problem please
Forum: Themes and Templates
In reply to: Header MarginLooks OK to me, are your talking about the black bar at the top by any chance? That is only visible if you are logged in as an admin. The rest of us don’t see it.
Forum: Themes and Templates
In reply to: [Summit Lite] Change Page Button Colors?If it is just the color of the writing on the button you want to change to red then the quick way is to just edit the stylesheet “style.css” file.
Find the.top-nav a{}
selector in the Navigation section and add acolor:red;
statement between the brackets.
If you want to make sure this doesn’t get reset if you download an update to the theme you should create a “Child Theme” and do the changes to that rather than directly on the parent theme.This can be a problem with images that need to scale for diferent browser viewport shapes. Chrome seems to be handling your image size better than firefox! As you are using a “responsive” theme the easiest “WordPress” solution would be to use a “Responsive Image” plugin (free!). This will automatically scale your images. Go to the “Add New” tab on “Plugins” and search for “Responsive Image” (there are few to choose from! I’ve used “Responsive Image Widget” )
Once that is installed and activated you can drag it to the widget box and set it up with your image urls and links.
Hope this helps!Martin
Forum: Themes and Templates
In reply to: [Responsive] footer data misalignedHave you managed to sort this out yet? Looking at your site It looks as though the “Resposive theme …” is in the right place. What may be confusing you is that the phrase does not end with “2013” that is the default copyright statement which is on the left where it should be but looks a bit odd because I suspect you haven’t put the site title in the General Settings tab. Hope this helps!