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

    Hi i have 3 Problems with my website:www.welovetoclean.de

    1. I will change the Color from the Prive table (here be yellow) http://welovetoclean.de/innenreinigung/

    2. The Menue be to big on smartphone
    See here the Screenshot https://imgur.com/a/yVtzn6V

    3. And the Size from big font ist not good on mobile
    See here the Screenshot: https://imgur.com/a/Dqybdco

    #981965

    Do you need more information from me?

    #982189

    Hi tsvweinsberg,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
        .html_av-overlay-side #top #wrap_all .av-burger-overlay li a {
            font-size: 18px;
        }
    #top .custom-color-heading strong {
         font-size: 22px;
    }
    #top #wrap_all .av-inherit-size .av-special-heading-tag {
        font-size: 22px;
    }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #982199

    Thank you but I will change the color from price to black background and white font can you help me ?

    #982290

    Hi,

    You want to change it from yellow to black background?

    Best regards,
    Jordan Shannon

    #982300

    Yes from yellow to black with white font color

    #982743

    Hi tsvweinsberg,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .main_color .pricing-table li.avia-heading-row, .main_color .pricing-table li.avia-heading-row .pricing-extra {
        background-color: #000;
        color: #fff;
        border-color: #666;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #982975

    Thank you, but one Problem i have now the € be in white see here http://welovetoclean.de/aussenreinigung/ this € musst be in black

    #983092

    Hi,

    Please try this as well:

    .avia-pricing-row .currency-symbol {
      color:#000 !important;
    }

    Best regards,
    Rikard

    #989085

    Hi, i have a Problem with this site

    you can see the BOX the heading was yellow i will change
    in a silver color, and black font.

    #989151

    Okay, it be now better… but one problem i have

    the white background… i musst now do here the black font can you help me ?

    #989304

    Hi,

    Add this to quick css:

    .avia-pricing-row{
    color:#000!important;
    }

    Best regards,
    Jordan Shannon

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