• I set the colours of my website to blue. But the colours on my home page keep defaulting back to the original theme colour. This has been happening randomly for 4-6 weeks and occurring more regularly now. I have reset colours in the theme (under both “colors” menu and “Design/Primary Color Option”). Nothing has fixed this. I’ve had this theme since last year but problem started after I got an email that my site was updated to WordPress 5.2.2

    How else can I fix this?

    The page I need help with: [log in to see the link]

Viewing 13 replies - 1 through 13 (of 13 total)
  • Hi,

    Can you check the version of your theme and update if it is not current version(i.e., 1.6.3). Also, can you disable used plugins one by one and check if the issue is resolved?

    Thanks.

    Thread Starter cj1yhf

    (@cj1yhf)

    Hi rajesh, sorry I’ve been away sick. I’ve done some updates and checked plugins (though they’re the same ones I’ve had all year). I will monitoring it now, as the change happens pretty randomly (if it happens). Cheers.

    Hi,

    If you get any issue regarding the theme, feel free to ask again. ??

    Thanks.

    Thread Starter cj1yhf

    (@cj1yhf)

    It’s still happening and I don’t know what else to do other than change themes.

    Hi,

    For some reason, the style is being overridden. If you want to make all the links in the site blue, you can go to the Appearance > Customize > Additional CSS in the dashboard and insert the code mentioned below:

    a{
    	color: #293f98 !important;
    }

    Feel free to ask again, if you require some assistance with the styling.

    Thanks.

    Thread Starter cj1yhf

    (@cj1yhf)

    That seems to have helped thanks, however the text on the ‘Read More’ button has turned blue too so now you can’t see the ‘Read More’ option on the exerpts just a blue box.

    Hi,

    For making the box blue and text white, you can insert the below-mentioned code inside the Additional CSS box.

    .post .entry-meta .read-more-link {
        background-color: #293f98 !important;
    }
    .post .entry-meta a.read-more{
    	color: #fff !important;
    }

    Thanks.

    Thread Starter cj1yhf

    (@cj1yhf)

    That’s worked thank you!

    Hi,

    Glad to know it worked. Feel free to ask again if you get any issue regarding the theme. If you liked this theme, you can help us by leaving a review.

    Thanks.

    Thread Starter cj1yhf

    (@cj1yhf)

    Unfortunately it’s stopped working again! This is the problem, it keeps happening randomly. I never had a problem until the WordPress upgrade. What can be done now?

    Hi,

    Can you try clearing your browser’s cache and check? Also, if you are using any caching plugins then can you try clearing the cache in it too?

    Thanks.

    Thread Starter cj1yhf

    (@cj1yhf)

    I have cleared cache on my computers browsers (though this problem is happening when I view on multiple mobile phones too). How do I clear cache in plugins? I’ve had the same plugins all year so I don’t understand how they would suddenly be causing this issue?

    Hi,

    Could you contact us via our chat support through our ThemeGrill official website?

    Thanks.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Home Page Colour keeps changing’ is closed to new replies.