Tagged: custom.css
Hello! I am new to enfold theme and trying to make some changes.
I have tried many times adding some code into custom css but it wont change anything on my website.
Right now im trying to make footer menu horizontal instead of vertical. I added this code :
#menu-terms-and-privacy a {
display: inline;
}
#menu-terms-and-privacy li {
display: inline;
}
Nothing is changing.
Hey webcloud_ou,
Could you try in Quick CSS under Enfold–>General Styling instead maybe? You might have to use !important for you statements as well:
#menu-terms-and-privacy a {
display: inline !important;
}
Regards,
Rikard
Hello! Yes I am using Quick CSS. I don’t know why I said custom CSS in the first post :)
Anyway i tried !important and nothing is changing.
Check picture.
Hi!
It seems that it is not loading the filed, can you please provide us backend access to give a quick look please?
Thanks a lot for your understanding
Cheers!
Basilis
Hi! Yes ofcourse.
Hi,
I had added code to the Quick CSS temporarily change the text color of the special header and it worked (Please see my screenshot in the private section).
Try adding the following CSS code instead to make the menu horizontal:
.menu-footer-menu-container li {
display: inline !important;
}
.menu-footer-menu-container li a {
display: inline !important;
}
Best regards,
Jordan
Yes quick css is working. Guess my code was wrong.
Hi,
glad it’s working. So can we close this thread now?
Best regards,
Andy
Yes. the customizing i wanted to ask you, I was already able to figure out myself within the reply time :D
If i got some more questions i just create a new thread.
We can close this thread.
Thanks!