Primary & Category Color Options

Home Support Mega Magazine Primary & Category Color Options

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1778
    Anonymous
    Inactive

    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 🙂 )

    #1805
    ProDesigns
    Keymaster

    Hi @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;
    }
    #1807
    Anonymous
    Inactive

    Thanks. 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=0

    I would expect the Theme to use this newly defined color as the Default color for everything including “no color option”

    #1808
    ProDesigns
    Keymaster

    Hi @nicholasp

    We will fix this issue and release the new version of a theme soon.

    Thank you.

    #1809
    Anonymous
    Inactive

    Thanks 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 🙁

    #1811
    ProDesigns
    Keymaster

    Hi @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.

    #1812
    Anonymous
    Inactive

    Thanks 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 😉

    #1816
    ProDesigns
    Keymaster

    Hi @nicholasp

    Sure, we will fix this issue and release the new version of a theme soon.

    Thank you.

    #1997
    Anonymous
    Inactive

    I noticed a new update was made available in the last day or so… but nothing seems to have changed with this issue???

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