Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #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
    Darrell

    #240692

    Hey 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,
    Yigit

    #240864

    Hi Yigit,
    Still no change here’s the link…

    http://bvsiness.com

    #240868

    Hi 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
    Darrell

    #240999

    Hi!

    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!
    Ismael

    #241017

    Hi,

    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

    #241172

    Hey!

    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,
    Yigit

    #241391

    Hi,
    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

    #241470

    Hey!

    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.
    #241480

    Hi,
    I don’t quite understand the…. > ……..characters were typed over but they did not change

    Darrell

    #241483

    Hi,

    I can fix it for you, can you create an administrator account and post it here as a private reply?

    Regards,
    Josue

    #241492
    This reply has been marked as private.
    #241495

    Hi,

    See it now:
    http://bvsiness.com/

    Regards,
    Josue

    #241505

    Hi 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

    #241690

    Hi!

    This will do it:

    body {
      font-size: 14px;
    }

    Adjust as needed.

    Regards,
    Josue

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.