• I would like to get help in order to have different logos for different sections of the page I am building.
    I have three different logos and I would like them to appear as follows:

    Homepage (Inicio in Main menu) appears logo1
    Projectos
    (Inside Project in Main menu) Soma appears logo2
    (Inside Project in Main menu) Corpo appears logo3

    I found a possible answer on this www.remarpro.com forum but I couldn’t replicate it for my page.

    In the example they used a child theme but my theme won’t be updated so I guess I don’t need to create one, right?

    I really appreciate a help.

    • This topic was modified 3 years, 2 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator t-p

    (@t-p)

    Thread Starter Pedro

    (@pedromag)

    Thanks for the reply,

    I still didn’t figure it out to do it.

    I tried to use this cod to see if at least showed a different logo from the default one:

    body:not(.home) .header_mid_inner .logo {
        background-image: url('/public_html/wp-content/themes/dance-studio/css/ASSOCADDDL_LOGO_P.png');
        background-repeat: no-repeat;
        background-size: 100%;
        display: block;
        position: relative;
        height: 85px;
        width: 180px;
    }
    body:not(.home) .header_mid_inner .logo img {
        display: none;
    }

    First I tried to add this code to the style.css but without any results. After I tried adding this code in the Additional CSS option in the Appearance Settings. For some reason if i use body:not(.home) it doesn’t work but if i use only .home the rule already works, at least to hide the default logo.

    • This reply was modified 3 years, 1 month ago by Pedro.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Different logos for various sections of the wordpress page’ is closed to new replies.