Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1470831

    Hi Support

    Please could you help me out with adjusting the header? Previously Mike adjusted the ccs when setting up the customized header and menu.
    I have the following small changes to be done.

    STYLING OF ICONS (PHONE & MAIL)
    The icon’s color should be changed to:
    #55726f

    STYLING OF BUTTON
    Only “Ring nu” button, please delete the with “Book tid”
    New ccs-code should contain:

    border-radius: 50px
    color: #fff
    background-color: #55726f
    background-color: #55726f (hover)

    padding: 21px 50px;
    font-size: 15px;
    min-width: 200px;
    Font:weight: 700
    Letter-spacing: 0.05em
    I have deactivated the security plugin, so it should now be possible to access the stylesheet, where Mike has made the customizing.

    Many thanks
    Best regards
    Lene Sachs

    #1470869

    Hey Lene,

    Thank you for the inquiry.

    We edited the css rules in the Appearance > Customize > Extra CSS panel:

    
    .topKnap a {
        width: 140px;
        height: 52px;
        color: #fff;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        margin-right: 6px;
        padding: 21px 50px;
        font-weight: 700;
        font-size: 15px;
        position: relative;
        float: right;
        min-width: 200px;
        letter-spacing: 0.05em;
        background-color: #55726f;
        border-radius: 50px;
        -moz-transition: 200ms all ease-in-out;
        -o-transition: 200ms all ease-in-out;
        -webkit-transition: 200ms all ease-in-out;
        transition: 200ms all ease-in-out;
    }
    
    .topKnap a:hover {
        background-color: #55726f;
        color: #fff;
    }
    
    .responsive #top #header #header_main .inner-container .widget .fas {
        color: #55726f !important;
    }

    Best regards,
    Ismael

    #1470897
    This reply has been marked as private.
    #1471046

    Hi,

    We removed the other button and adjusted the element as requested.

    Best regards,
    Ismael

    #1471065
    This reply has been marked as private.
    #1471128

    Hi,

    Than kyou for the update.

    Padding should be adjusted to:

    The text in the button is not vertically aligned when we apply the padding. You can try it yourself by adjusting the css rule in the Appearance > Customize > Extra CSS panel. To adjust the position of the contact info, you can add this css code:

    #top .topKontakt {
        left: -100px;
        position: relative;
    }

    Best regards,
    Ismael

    #1471148
    This reply has been marked as private.
    #1471403
    This reply has been marked as private.
    #1471476

    Hi,
    I’m unable to view your site, I get the error: 555 Security Incident Detected Your request was blocked.
    please disable your security.
    Or assuming that your button has the class topKnap changes the padding here:
    Screen Shot 2024 11 16 at 2.10.35 PM

    Best regards,
    Mike

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