New Landing How can we help? Themeforest Theme Support Flexform How to have different logo for different pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Flexform
  • #180035
    christinarule
    Member
    Post count: 29

    How do I change the logo per page? for certain pages i would like to have a different logo. I believe I find the page ID and then do something like:

    body.page-id-9723 #logo

    #180062
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code for each page with changed page id.

    #logo img{
    display:none !important;
    }

    /* please change the logo image path here.*/

    .page-id-9723 #logo > a{
        background: transparent url("http://flexform.swiftideas.net/wp-content/uploads/2013/05/logo.png") no-repeat scroll 0% 0% !important;
        display: block;
        height: 56px !important;
        width: 100%;
    }
    

    Thanks
    Mohammad

    #184268
    christinarule
    Member
    Post count: 29

    thank you so much!

    #184387
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome. Glad 🙂 it sorted.

    Thanks
    Mohammad

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register