Color font in a menu
Forum rules
This forum is closed with effect from February 2019. Please post future requests on https://github.com/sayontan/suffusion.
1. No offensive language and no mocking
2. Please do a thorough search before you post something. Trust us, there is a high probability that the question you are asking has been asked previously.
3. No soliciting. You cannot post here soliciting bids for people offer you quotes, or even offer money to people for some work. You will be moderated if you do so. If you are looking for help, please post your request on http://jobs.wordpress.net or http://codepoet.com
4. Please be reasonable. You are getting software and support. For free. Complicated requests from a general purpose theme are not welcome and some volunteers might lose patience with you.
5. Please do your due diligence. If you posted a query and we answered with a link, take the trouble to go through the link contents.
6. Please post with complete information. Requests for help MUST be accompanied with your URL, particularly if you are asking something like "Why am I seeing a blank space?"
This forum is closed with effect from February 2019. Please post future requests on https://github.com/sayontan/suffusion.
1. No offensive language and no mocking
2. Please do a thorough search before you post something. Trust us, there is a high probability that the question you are asking has been asked previously.
3. No soliciting. You cannot post here soliciting bids for people offer you quotes, or even offer money to people for some work. You will be moderated if you do so. If you are looking for help, please post your request on http://jobs.wordpress.net or http://codepoet.com
4. Please be reasonable. You are getting software and support. For free. Complicated requests from a general purpose theme are not welcome and some volunteers might lose patience with you.
5. Please do your due diligence. If you posted a query and we answered with a link, take the trouble to go through the link contents.
6. Please post with complete information. Requests for help MUST be accompanied with your URL, particularly if you are asking something like "Why am I seeing a blank space?"
Re: Color font in a menu
No it doesn't
Try putting the changes in Appearance > Customise > Additional CSS and remove it from the Suffusion option.
Try putting the changes in Appearance > Customise > Additional CSS and remove it from the Suffusion option.
Re: Color font in a menu
No change, same no resultTry putting the changes in Appearance > Customise > Additional CSS and remove it from the Suffusion option.
Re: Color font in a menu
Try disabling all your plugins, that is the last thing that I can think of.
Something has added an orange class to that menu tab which I suspect is another plugin.
Something has added an orange class to that menu tab which I suspect is another plugin.
Re: Color font in a menu
I did it, but no effectTry disabling all your plugins, that is the last thing that I can think of.
If this is not normal, can I change this manually?Something has added an orange class to that menu tab which I suspect is another plugin.
Re: Color font in a menu
We may finally be getting somewhere as the code is now showing in view source.
Try removing the li and just start the CSS line with the #menu......
Try removing the li and just start the CSS line with the #menu......
Re: Color font in a menu
I put the changes without the li in Appearance > Customise > Additional CSS
It's better, font size changed, but the color remains the current one
NB:It partially works only when the plugin "SiteOrigin CSS" is active.
It's better, font size changed, but the color remains the current one
Code: Select all
#menu-item-1452 a {font-size:8px;color:#0000FF;}
Re: Color font in a menu
Your caching plugin is still causing issues. Disable it I doubt that it is making any difference to your site.
I am not familiar with that plugin BUT you may well not need it. (Looking it up on Wordpress you should have been able to do these changes with it,. As you couldn't that reinforces the fact that you don't need it and it may be screwing with what we are trying to achieve).
You can always add the important tag to the colour definition to see if that works.
I am not familiar with that plugin BUT you may well not need it. (Looking it up on Wordpress you should have been able to do these changes with it,. As you couldn't that reinforces the fact that you don't need it and it may be screwing with what we are trying to achieve).
You can always add the important tag to the colour definition to see if that works.
Re: Color font in a menu
I removed the cache plugin yesterday
I don't know the meaning of
I don't know the meaning of
You can always add the important tag to the colour definition to see if that works.
Re: Color font in a menu
The cache plugin is still active as the code is all compressed whereas yesterday it wasn't.
Just Google search for 'css important tag' you can then research and learn rather than me giving it to you. If you can't sort it out come back.
Just Google search for 'css important tag' you can then research and learn rather than me giving it to you. If you can't sort it out come back.
Re: Color font in a menu
My setup:The cache plugin is still active as the code is all compressed whereas yesterday it wasn't.
Code: Select all
Ma configuration WP actuelle :
- Version de WordPress : 5.0.3
- Version de PHP/MySQL : 7.1.24 / 5.5.30
- Thème utilisé : Suffusion
- Thème URI : https://aquoid.com/news/themes/suffusion/
- Extensions en place : Akismet Anti-Spam (4.1), Autoptimize (2.4.4), Broken Link Checker (1.11.5), Contact Form 7 (5.1.1), Font (7.5.1), Forum_wordpress_fr (4.1), Google Analyticator (6.5.4), iOS Images Fixer (1.2.4), Minimal Coming Soon & Maintenance Mode (1.87), Permalink Finder (2.5), Postie (1.9.28), Regenerate Thumbnails (3.1.0), Simple Lightbox (2.7.0), Simple Social Icons (3.0.0), SiteOrigin CSS (1.2.3)
- Adresse du site : https://clemelis.net/wordpress
- Nom de l'hébergeur : Apache
It works now, thanks.Just Google search for 'css important tag' you can then research and learn rather than me giving it to you. If you can't sort it out come back.
That probably means that another CSS instruction is taking the lead after CSS customization