HEADER menu button transparency how to remove

Home Forums Photo World/Photo Session Support HEADER menu button transparency how to remove

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #187462
    Tomáš MikaTomáš Mika
    Participant
    • Topics: 1
    • Replies: 4
    • Total: 5
    Member since: September 28, 2021

    1 – Hi, after change of main backround my menu buttons has tranasparency around menu how can I solve it? On ne side pages is ok.
    2 – I´d like to have same navigation menu also on my left side widged
    3 – I´d like to remove preview slider with pictures from homepage just keep navigation buttons

    Will be glad for your help…

    TomiMika.com

    #187465
    Tomáš MikaTomáš Mika
    Participant
    • Topics: 1
    • Replies: 4
    • Total: 5
    Member since: September 28, 2021

    3 – fixed by:
    #thumb-tray {display:none !important;}

    #187529
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Layout Settings >> Custom CSS Box:

    Add this code there:

    #site-nav ul li a {
        background-image: none !important;
    }

    Regards,
    Chris

    #187626
    Tomáš MikaTomáš Mika
    Participant
    • Topics: 1
    • Replies: 4
    • Total: 5
    Member since: September 28, 2021

    2 – THX fixed and is there possibility to use main header navigation style also in widget somehow??

    #187627
    Tomáš MikaTomáš Mika
    Participant
    • Topics: 1
    • Replies: 4
    • Total: 5
    Member since: September 28, 2021

    And is there also option to make header bar litle bit tinner?

    #187679
    Tomáš MikaTomáš Mika
    Participant
    • Topics: 1
    • Replies: 4
    • Total: 5
    Member since: September 28, 2021

    Hi I have next quary Id like to get code how to customise HEADER SIZE, FOOTHER SIZE and BOTTOM copyright size to make it little bit thinner…
    THX a lot for your spport soon it will looks perfect….:)

    #187727
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Layout Settings >> Custom CSS Box:

    Add this code there:

    .header { padding:0;}
    .header .logo .site-description { margin-bottom: 5px;}
    .footer-bottom { padding:10px 3%;}
    #colophon { padding: 10px 20px;}
    .footer-menu ul li { padding-bottom:5px;}

    Regards,
    Chris

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