• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

CSS Issue help

alexrajesh

Member
Apr 29, 2020
40
2
8
Hi Friends, I have a wordpress website that is built with generatepress and generate blocks. When i look at the button the text are white. have also checked the same on the customize section and also the individual page. When i go to edit the page it shows up correctly but when i look at it in the live mode it is in blue which is not visible.

Could someone let me know what should be done to correct this please.

my website is www.bizoholic.com

Thank you so much for your support in advance.
 

Attachments

  • Bizoholic - Edit mode - SS.png
    Bizoholic - Edit mode - SS.png
    175.8 KB · Views: 9
  • Bizoholic - live - SS.png
    Bizoholic - live - SS.png
    110.5 KB · Views: 9
Hi there, the issue stems from this element:
.inside-article a

you can change it to your intended color code
don't forget to add an important to it if you want to change it globally
 
  • Like
Reactions: klavio
Hi there, the issue stems from this element:
.inside-article a

you can change it to your intended color code
don't forget to add an important to it if you want to change it globally
@DatDudeUpStairs thank you for your response. I was able to find the css file and pin point it as well. Is it possible to check if it can be fixed without editing the code and get it done through the generatepress or generateblocks itself?
 
Just add the below code anywhere on your website. Or, you can use custom CSS plugins, whatever you want.

CSS:
<style>
span.gb-button-text {
    color: #fff!important;
}
</style>
 
Hai,
You can override this by the custom CSS code in the Appearance->Customize->Additional CSS

Code:
.inside-article a {
    color: #fff!important;
}


However, This may be for cache issue that may affect the change in the instant view.
 
Last edited:
You are most welcome, feel free to share your issues anytime. Babiato's awesome members will be there to help you! Happy development!
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock