Viewing 16 posts - 1 through 16 (of 16 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

    #1471553
    This reply has been marked as private.
    #1471816
    This reply has been marked as private.
    #1472101

    Hi,

    We edited the css in the Appearance > Customize > Extra CSS panel and adjusted the padding as requested. Please make sure to purge the cache before checking the page.

    Best regards,
    Ismael

    #1472120
    This reply has been marked as private.
    #1472226

    Hi,

    Have you tried purging the cache? Could you provide a screenshot of how it’s currently displayed on your end, as well as another screenshot of how it should look? You can use platforms like Savvyify, Imgur, or Dropbox to upload and share the screenshots.

    Best regards,
    Ismael

    #1472259
    This reply has been marked as private.
    #1472269
    This reply has been marked as private.
Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Header’ is closed to new replies.