Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1147574

    Hi! How do I apply this code to the English HOME? I am using polylang for the English language layer with German being the default languag.

    .home .logo { display: none!important; }

    Thanks!!
    Carolin

    #1148207

    Hey Carolin,

    do the following and let us know if it works:

    .en .home .logo

    so basically add .en before and lets see if it works.

    Best regards,
    Basilis

    #1149057

    Hi Basilis,

    I added the code but the logo still appears on the English home..
    Do you have another idea?

    Best regards
    Carolin

    #1149281

    Hi Carolin,

    Best regards,
    Victoria

    #1149298

    It works on the German version of the website but not on the English one. I was asking for help to hide it on the English HOME.

    Thanks
    Carolin

    #1149388

    Hi Carolin,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    html[lang=en-US] #top.page-id-1361 .logo {
        display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1149422

    That worked perfectly, thank you so much!
    Have a nice weekend!
    Carolin

    #1149426

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘No logo display on second language HOME’ is closed to new replies.