• 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"

Small problem with classes

pumpkyn

Well-known member
Trusted Uploader
Mar 11, 2019
429
531
93
Hey, im not a tech savy and i've found something not being able to fix.

Check the image please.

9412

I want to remove that class specifically from there. How can i do that? I believe i have to make somekind of function on function.php on the theme, yes?

Can't figure it out so i would appreciate the help in advance. Thanks
 
well you could take your question on stackoverflow if you haven't found a solution they will be able to help.
 
well you could take your question on stackoverflow if you haven't found a solution they will be able to help.
sometimes i try, but im so weak at coding that when they ask what i've tried and my only answer is like "i deleted stuff on chrome inspector and it worked but can't manage to code it" :)
 
  • Haha
Reactions: haksxsx
which theme you are using? and why you want to remove ??

you can find this class in header.php
 
which theme you are using? and why you want to remove ??

you can find this class in header.php
Thans A. Im using flatsome and i want the header bottom menu to be "space-between" till the edges so i need to be able to remove that flex-center.
 
Hey, im not a tech savy and i've found something not being able to fix.

Check the image please.

9412

I want to remove that class specifically from there. How can i do that? I believe i have to make somekind of function on function.php on the theme, yes?

Can't figure it out so i would appreciate the help in advance. Thanks

You could remove it with a small JS code:

document.querySelector(".flex-col").classList.remove("flex-center");

You can find a space to input the above JS code in your theme options, if it has one.
I hope that helps.
 
You could remove it with a small JS code:

document.querySelector(".flex-col").classList.remove("flex-center");

You can find a space to input the above JS code in your theme options, if it has one.
I hope that helps.

in this case, will remove all Flex-center form all the theme if somewhere else
 
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