Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #595248

    I need to write CSS IDs or classes to edit specific elements of the header. I want to change the color/size of the phone number and the background color of the button (in the website below).

    What is the CSS I need to insert to do so?

    #595328

    Hi Oliviasimone!

    To change the phone number please use the below css in Enfold > general styling > Quick CSS

    #menu-item-6729 .avia-menu-text {
        color:gold!important;
    }
    

    To change the background of the button

    
    #menu-item-7580.av-menu-button .avia-menu-text {
        color:#000!important;
        background-color:#fff000!important;
        border:none!important;
    }

    Best regards,
    Vinay Kashyap

    #595935

    Thank you.

    I am attempting to put a BBB logo directly to the right of the search icon (in the header). How can I do so?

    • This reply was modified 8 years, 8 months ago by Oliviasimone.
    #595943

    Hey!

    Please refer to this post – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    Cheers!
    Yigit

    #595985

    Is there any way to change the video widget to show a part of the video instead of a gray screen?

    Please scroll down on the page below.

    • This reply was modified 8 years, 8 months ago by Oliviasimone.
    #596182

    Hi!

    Try using a placeholder image for the video.

    #player_26_1895992992_522052004 {
    background:url(placeholder_image.jpg);
    }

    If you have any issues please feel free to get in touch with us.

    Please create new tickets for new issues so we can keep the focus on the original topic and it helps us help you faster :)

    Best regards,
    Vinay Kashyap

    #596550

    Changing the background image didn’t work…

    #598683

    Hi!

    not sure what you are trying to achieve. Can you provide us a mockup showing the results please? you can use imgur.com or dropbox.

    Regards,
    Andy

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