Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #656099

    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.

    • This topic was modified 8 years, 4 months ago by webcloud_ou.
    #656235

    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

    #656260

    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.

    #656265

    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

    #656267

    Hi! Yes ofcourse.

    #656382

    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

    #656471

    Yes quick css is working. Guess my code was wrong.

    • This reply was modified 8 years, 4 months ago by webcloud_ou.
    #656997

    Hi,

    glad it’s working. So can we close this thread now?

    Best regards,
    Andy

    #657152

    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!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Quick CSS is not working | Customizing mobile view footer menu’ is closed to new replies.