Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #666068

    Hi Kriesi Team,
    (please find the address of the website in the private area)

    ———
    1- In the footer, I want to align the titles all in the center, how is it possible?
    .
    ———-
    2- How may I change the “Search icon” color?
    ———-
    3- I need to move this button a bit more to the right side (near the motorcycle) and also change its only Border and Text color, whilst the background is transparent.
    (it would be great if you could give me kind of code that I could put it as custom css class because it is much better)
    .

    Regards

    #666287

    Hey Sadegh,

    1.) Use this code inside Quick CSS field:

    .widgettitle {
    text-align: center;
    }
    

    2.) Use this code:

    #menu-item-search a::before {
    color: red;
    }
    

    3.) Use this code:

    .avia-button-wrap.avia-button-center.avia-builder-el-26.avia-builder-el-no-sibling {
    margin-right: -50px;
    }
    

    and adjust as needed.

    To turn on custom class for all alb elements check out this: kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    Best regards,
    Andy

    #666428

    Hi Andy,
    Thank you for your reply.

    About Number 2:
    How the background color could be changed? (the color of the box)
    .

    About Number 3:
    As I mentioned before, I want to change the border color and font color of this button; while the background is in transparent.
    (your previous code doesn’t work. Plus, I already activated custom class and that is why I asked for a code which contains a custom class command to make all these changes)
    .

    Regards,
    :)

    #667274

    Hey!

    Please add following code to Quick CSS

    #header input#searchsubmit {
        background: orange;
    }
    .your-custom-class a.avia-button {
        border-color: red!important;
        background: orange!important;
        color: green!important;
    }

    P.S.: I cannot see custom class on your button. Please make sure to set it :)

    Regards,
    Yigit

    #668123

    Hi Yigit,
    Thanks a lot for your help, it is all solved now :)
    (you may now close the thread)

    Regards,
    Sadegh

    #668125

    Hey!

    You are welcome :)
    Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Changing Color and a Button’ is closed to new replies.