Home › Support › Mega Magazine › Primary & Category Color Options
- This topic has 8 replies, 2 voices, and was last updated 5 years, 11 months ago by Anonymous.
-
AuthorPosts
-
June 14, 2018 at 5:44 am #1778AnonymousInactive
Using the options to change the Default Color (Appearance : Customise : Colors) and the Category Color Options (Appearance : Customise : Theme Options : Category Color Options)
I want to set the Color of ALL the Section Headers on the main page to the SAME COLOR.
But when I set the widgets in the Front Page (Main News Area) and tell any of the MM Widgets to use ALL CATEGORIES, the section header uses the standard LIGHT GREEN, not the “Primary Color” as set at (Appearance : Customise : Colors)
I got around this on https://www.gchr.org.au/ by making each section a very different color… not ideal but it works for this site.
However, over at https://www.athenium.org/ I definitely need all Section Headers to be the same color.
See Recent Posts at bottom of page — it’s a different color – only difference between this and the others Headings is All CATEGORIES is selected in the widget 9rather then just one specific category.(and yes, I know there are currently no posts under the Press Releases section on this site – waiting on some to be written 🙂 )
June 21, 2018 at 11:45 am #1805ProDesignsKeymasterHi @NicholasP
Color you select from Appearance : Customise : Colors works if you assign any specific category. But you said you have selected All Categories. So no color option is enabled and it is using default color of the theme.
You need to write custom CSS in this case. Please go to Appearance : Customise : Additional CSS and add following CSS
#mega-magazine-triple-news-4 .mega-cat-0 .section-title .widget-title, #mega-magazine-triple-news-4 .mega-cat-0 .section-title .widget-title a, #mega-magazine-triple-news-4 .mega-cat-0 .news-text-wrap h2 a:hover { color: #1e73be; } #mega-magazine-triple-news-4 .mega-cat-0 .section-title { border-bottom-color: #1e73be; }
June 21, 2018 at 12:25 pm #1807AnonymousInactiveThanks. I’ve added the Custom CSS… and it works.
However, I think it is a bug in the theme that needs addressing…
I have changed the Default Color in the Appearance : Customise : Colors section of the theme as per the screenshot below.
https://www.dropbox.com/s/1z70wystdghx6tk/Default%20Colors.png?dl=0I would expect the Theme to use this newly defined color as the Default color for everything including “no color option”
June 21, 2018 at 12:30 pm #1808ProDesignsKeymasterHi @nicholasp
We will fix this issue and release the new version of a theme soon.
Thank you.
June 21, 2018 at 12:36 pm #1809AnonymousInactiveThanks for the prompt response.
BTW: The CSS fix has broken.
It worked fine for a couple refreshes… and then I decided to move the widget up higher and that worked once… but upon refreshing for something else, it reverted back to the green… so I’ve moved it back to bottom of the page, where is still Green 🙁June 21, 2018 at 12:45 pm #1811ProDesignsKeymasterHi @nicholasp
Please note
#mega-magazine-triple-news-4
in the CSS code we have provided. Each widget you add has its own ID, so you need to find the ID of a widget you add and change this value.You can use inspect element of the browser and find an ID of the widget you are using. Please check this screenshot http://nimb.ws/4JIEl3
Please let us know if you have any problem to find ID and use CSS for it.
Thank you.
June 21, 2018 at 1:09 pm #1812AnonymousInactiveThanks for the prompt update… I think I may have deleted the original widget and added a new one back.
But I’ll wait until you release the new updated theme and test that for you 😉
June 22, 2018 at 5:36 am #1816ProDesignsKeymasterHi @nicholasp
Sure, we will fix this issue and release the new version of a theme soon.
Thank you.
July 3, 2018 at 1:42 pm #1997AnonymousInactiveI noticed a new update was made available in the last day or so… but nothing seems to have changed with this issue???
-
AuthorPosts
- You must be logged in to reply to this topic.