Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1333736

    Hello together
    I have here the logo in the function.php
    replaced with text

    how can I format this text

    color ? size ? position

    and how can i make the header height mobile horizontal
    and mobile vertical less high

    thanks
    kind regards
    Franz

    #1333742

    Hi Franz,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    #top .logo .subtext {
      color: white;
      font-size: 20px;
    }
    

    If you would like to make further changes, please post a screenshot and show them. You can upload your screenshots on imgur.com and post the links here :)

    Regards,
    Yigit

    #1333746

    hello Yigit
    thank you very much
    this is great

    one more question
    when I do a refresh on the pc there is still a 5 mm high green stripe under the layer

    how do I get this out

    thanks
    kind regards
    Franz

    #1333806

    Hi Franz,

    Please try this CSS as well:

    .home #av_section_1 {
      margin-top: 0 !important;
    }

    Best regards,
    Rikard

    #1333826

    Hello Rikard
    Thank you very much
    Now almost everything fits perfectly
    Only 3 small things

    1 At the contact form the send button change the color normal and mouseover?

    2 At the menu it has a dark underline at the current state, how can I change this color?

    3 In mobile horizontal and vertical make the height of the header smaller?

    Then I would like to emphasize that this theme is really great.

    I wish the whole Kriesi team a merry christmas and a happy new year.

    kind regards
    Franz

    #1333915

    Hi Franz,

    1. Do you want to add a hover colour to the button? If so, then please try this CSS:

    #top .av-custom-form-color .button:hover {
        background-color: red !important;
    }

    2. Please try this CSS as well:

    #header_main .avia-menu-fx {
        background-color: white;
    }

    3. It looks like this CSS is controlling that:

    @media only screen and (max-width: 767px) {
    .responsive #header_main .container {
        height: auto !important;
    }
    }

    Did you add that? If you did, then please try to change it to something like this instead:

    @media only screen and (max-width: 767px) {
    .responsive #header_main .container {
        height: 70px !important;
        line-height: 70px !important;
    }
    }

    Merry Christmas, and let’s hope for a happy new year :-)

    Best regards,
    Rikard

    • This reply was modified 2 years, 4 months ago by Rikard.
    #1334583

    Thanks a lot Rikard
    everything fits

    only one thing I can not solve.
    Change the color of the send button
    mouse over works

    thank you and kind regards
    Franz

    #1334626

    Hi,

    Thank you for the update.

    Did you add this css code?

    .button {
        background-color: #66bde6 !important;
        -webkit-border-radius: 33px;
        -moz-border-radius: 3px;
        color: #ffffff;
        font-size: smaller;
        padding: 5px 15px;
    }
    

    This rule overrides the default background color of the submit button. If you want to override it, place this css code below.

    input[type="submit"], #submit {
        background: red !important;
        color: white !important;
    }
    

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adjusting the css.

    Best regards,
    Ismael

    #1335482

    Hallo Ismael

    Thanks a lot now everything fits great

    One more question

    How can I change the background of the layer slider?
    now it is white.

    thanks
    kind regards Franz

    #1335571

    Hi,

    Have you tried editing the slider itself? There should be a slider settings for the background. You can also add a new layer, set its width and height to 100%, then apply a background to it. Just make sure to place it beneath the other layers.

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    #1335677

    Hello Ismael
    Thank you for your reply

    Sorry, I have not thought about it.

    I will ask in the future the individual questions in a new request.

    You can close this request

    Kind regards
    Franz

    #1335693

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘logo as text’ is closed to new replies.