PERFECT THEME

Home Forums All Other Themes PERFECT THEME

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #108823
    Fay DixonFay Dixon
    Participant
    • Topics: 27
    • Replies: 99
    • Total: 126
    Member since: September 8, 2016

    hello

    Im busy with the Perfect Theme on reflexpanelbeaters.co.za.

    1. My logo at the top is header layout 3. Now you can manually change the width and height of the image. Now when i put it on 1903 width and 300 height it stretches the image to the size i want but when i publish my page it goes right back to a small size. How can i have it stay 1903 x 300?
    2. How can i remove the page names right under the page header images?

    #108841
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Custom CSS:

    .logo img {height:auto; width:100%;}
    body.page-template-default .thn_post_wrap h1{visibility:hidden;}

    Regards,
    Shri

    #108854
    Fay DixonFay Dixon
    Participant
    • Topics: 27
    • Replies: 99
    • Total: 126
    Member since: September 8, 2016

    hello thank you so much.

    The code for the logo worked but the page headers didnt work. its not a post its for a page

    Thank you, have a nice day

    #108906
    Fay DixonFay Dixon
    Participant
    • Topics: 27
    • Replies: 99
    • Total: 126
    Member since: September 8, 2016

    and then also because the logo is across the screen on mobile i cant access the off-canvas menu.

    Is there a way to put the menu ontop of the logo and to make it blue? so you can see it please?

    #108943
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Try this:

    .logo img{height:80px !important; margin-bottom:0px;}
    #simple-menu {z-index:9999999; top:7px;}
    #simple-menu .fa-bars {color:#fff !important;}

    Regards,
    Shri

    #108976
    Fay DixonFay Dixon
    Participant
    • Topics: 27
    • Replies: 99
    • Total: 126
    Member since: September 8, 2016

    Thank you so much that worked. the page names are still showing on each page.. and the code below you gave me didnt work:
    body.page-template-default .thn_post_wrap h1{visibility:hidden;}

    #109040
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Working fine as we can see.

    Regards,
    Shri

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.