-
AuthorPosts
-
March 20, 2014 at 6:02 am #240505
Hi Ismael,
I placed the code given with a slight addition in quick css and it made no difference.Here is the code….
.header_color .main_menu ul:first-child > li > a {
color: white;
font-size: 1.2em;
}
.header_color .main_menu .menu ul li a {
color: white;
}Then I removed it and placed it in custom.css. Again it made no change to the menu.
I still am unable to simply make the font size bigger and the font color brighter.Can you suggest something else?
Thanks
DarrellMarch 20, 2014 at 2:25 pm #240692Hey rhinocorp!
Please try adding following code instead and flush browser cache after applying the code
.av-main-nav > li > a { color: white; font-size: 1.2em; }
If that does not work, please post the link to your website
Best regards,
YigitMarch 20, 2014 at 8:56 pm #240864Hi Yigit,
Still no change here’s the link…March 20, 2014 at 9:06 pm #240868Hi again Yigit,
Sorry I might mention when you look at my site you will notice the Popular Posts section on the left sidebar the font is too small. This will be the next issue I need to make better. If you have any suggestions for this part as well that would be great.
Thanks
DarrellMarch 21, 2014 at 4:33 am #240999Hi!
Please try this:
.header_color .main_menu ul:first-child > li > a { color: white !important; font-size: 1.2em !important; } .header_color .main_menu .menu ul li a { color: white !important; }
Remove browser cache then reload the page a few times.
Cheers!
IsmaelMarch 21, 2014 at 5:46 am #241017Hi,
I emptied the custom.css file and placed the above code into quick css (this is the only code in the quick css file). Emptied the cache and quit the browser several times waited for about an hour with many refreshes, deleted caches and a few more quits but no change.
Anything else I can do?Darrell
March 21, 2014 at 2:16 pm #241172Hey!
Please deactivate minify plugin if you are using any and check if that helps. Also make sure that wp-content>uploads folder has correct permissions ( 755 )
Best regards,
YigitMarch 21, 2014 at 9:43 pm #241391Hi,
Thanks for checking this out for me.
The minify plugin has been deactivated and the permissions for both folders are already set to 755.
Lots of caching and waiting still no change.Anything else that might be problematic?
Darrell
March 22, 2014 at 1:49 am #241470Hey!
The code it’s there but has typos, make sure you write the “>” symbols manually.
Best regards,
Josue- This reply was modified 10 years, 8 months ago by Josue.
March 22, 2014 at 2:09 am #241480Hi,
I don’t quite understand the…. > ……..characters were typed over but they did not changeDarrell
March 22, 2014 at 2:45 am #241483Hi,
I can fix it for you, can you create an administrator account and post it here as a private reply?
Regards,
JosueMarch 22, 2014 at 3:06 am #241492This reply has been marked as private.March 22, 2014 at 3:32 am #241495March 22, 2014 at 4:20 am #241505Hi Josue,
Wow that looks so much better! Many thanks for your your assistance, you are the best!
Can I ask where I should make the changes to the overall font size?Darrell
March 23, 2014 at 1:10 am #241690Hi!
This will do it:
body { font-size: 14px; }
Adjust as needed.
Regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.