Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #2745756
menu alignment
Closed

Comments

  •  2
    Stefan started the conversation

    hy and good evening,

    is there a possibility to align the menu with my logo?

    thank you in advance

    Stefan

  •  2
    Stefan replied

    Hy and good morning,

    Can you please help me with the issue below? thanks.

  •  7,099
    Oliver replied

    Hi,

    Sorry for delay, because of the weekend. 

    pls. give me wp-admin access because of coming soon mode.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •   Stefan replied privately
  •  7,099
    Oliver replied

    HI!

    CSS example:

    body #site-header .primary-navigation {
        vertical-align: bottom;
        padding-bottom: 27px;
    }
    

     

    3938581396.jpg

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    Stefan replied

    thank you so much, that worked fine...

    we have another issue, can we somehow change the line of the "activ" menupoint to bottom as well?

  •  7,099
    Oliver replied

    Hi,

    CSS:

    #primary-menu.no-responsive > li.menu-item-active > a {
        border-top: none !important;
        border-bottom: 2px solid #ccc !important;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    Stefan replied

    perfect, thank you.

  •  2
    Stefan replied

    hy, me another time... ;o)

    on our homepage https://www.drklingler.at/ we have 3 big pictures and the link to some subpages... is a possibility for somekind of mouseovereffekt for the picture? - transparent colored surface or something would be perfect.

  •  7,099
    Oliver replied

    Hi,

    pls. add any class in the row settings and let me know

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    Stefan replied

    hope you ment that... 

    ID=mouseoverpic

  •  7,099
    Oliver replied

    HI!

    pls. use following css:

    .mouseoverpic .wpb_single_image img:hover {
        filter: grayscale(100%);
    }

    1306518730.png


    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    Stefan replied

    thank you, you are great!

    one last thing... can we somehow style the color of the searchform in the footer? I already tried the Theme Options>Footer>Colors.

    And the color of the seperation lines of the list in the footer - thank you in advance.

  •  7,099
    Oliver replied

    Hi,

    CSS:

    body #colophon .widget.widget_search input, 
    body #colophon #mc4wp_email, #colophon .wpcf7-form-control-wrap input, 
    body #colophon .wpcf7-form-control-wrap textarea {
        background-color: #fff;
        border: 1px solid #ccc;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver