Customise header id = title area

Support Forums for LiveMesh Themes & Plugins Forums Agile Theme Support Customise header id = title area

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #5269
    FriendMTS
    Member

    Hello,

    Thank you for all your previous responses, they have been very useful, everything is going great with this theme.

    My question relates to the header area on each page. It’s an orange strip by default.

    Can this area be used to display different images on each page?

    Many thanks in advance for your reply.

    Best,
    Alina

    #5271
    Ernesto
    Member

    Hi,

    Could you please show us a screenshot of what you wish to accomplish so that we can have a clear idea?

    Thanks.

    #5298
    FriendMTS
    Member
    This reply has been marked as private.
    #5317
    Ernesto
    Member

    Hi,
    We tried to visit your website and it seems to be offline.
    Could you check that? We need to visit it to compare it with the image you’ve send us.

    #5346
    FriendMTS
    Member
    This reply has been marked as private.
    #5360
    Ernesto
    Member

    Go your Custom CSS Sections of the Theme Options Panel and apply the following code:

    .page-id-6004 #title-area {background-image:url("paper.gif");}

    Then replace page ID with the page you want to apply the change to.

    #5374
    FriendMTS
    Member

    Hi,

    I tried replacing with .page-id-5871 #title-area {background-image:url(‘http://www-test.friendmts.com/wp-content/uploads/2014/03/Untitled-12.jpg’;);} but nothing.

    Is it incorrect?

    Thank you.

    #5383
    Ernesto
    Member

    Hi there, try out this codes:

    .page-id-5871 #title-area {background-image:url("http://www-test.friendmts.com/wp-content/uploads/2014/03/Untitled-12.jpg");}

    Let me now if it worked!

    #5423
    FriendMTS
    Member
    This reply has been marked as private.
    #5450
    Ernesto
    Member

    Hi, I’ve edited the previous code. It should work fancy now!

    #5454
    FriendMTS
    Member

    Omg, it worked!

    You’re a star, thank you so much.

    I’m guessing I can repeat this on other pages as well?

    Have a lovely day!

    Alina

    #5487
    Ernesto
    Member

    Yes, you’ll need yo replace the page id with the proper id.
    Let me know if there’s any other issues!

    #5520
    FriendMTS
    Member
    This reply has been marked as private.
    #5521
    FriendMTS
    Member
    This reply has been marked as private.
    #5591
    Nexus
    Moderator

    Hi,

    Please put the following code into custom css in theme options

    .page-id-5895 #title-area {
    height: 140px;
    background-size: cover;
    }

    Since you are using Nivo Slider, you can change the height of the slider by navigating to theme options > nivo slider . And also make sure that you open a new ticket with new queries, since support people will ignore the posts marked as resolved. Thanks!

Viewing 15 posts - 1 through 15 (of 16 total)
  • The topic ‘Customise header id = title area’ is closed to new replies.