Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #527801

    Hey guys this changes the size: .
    phone-info {
    font-size: 15px;
    }

    But when I add a link color, or a color it does pic up the color I want. How do I acheive this?

    Thanks

    #528260

    Hi mmf1,

    Please try the following instead:

    .phone-info {
    font-size: 15px !important;
    color: red !important;
    }

    If that doesn’t work then please link to your site.

    Regards,
    Rikard

    #528595

    No that did not seem to work: url below…

    #528609

    Hi!

    Please add following code to Quick CSS

    .av_header_transparency .phone-info * {
        color: white !important;
    }
     .phone-info * {
        color: orange !important;
    }

    Cheers!
    Yigit

    #529645

    Thank you Yigit Perfect!

    #529648

    Is there also a way to have a logo hang over the menu, like more verticle logo that does not have to have the menu get too tall, it could slide up and shrink. But on the main view of a page it would be on top of the menu like in the below?

    Im converting this site to enfold by hand and they want the logo to be on top like it is here.

    #530319

    Hey!

    Please add following code to Quick CSS as well

    .logo { top: 20px; }

    Cheers!
    Yigit

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