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

    Hello
    How do I edit the color of the blue line on the welcome page that shows on this site right under the slider?

    Thanks in advance for your help. I did not see it in the color change or advanced sections for styling.

    #810325

    Hey planetxeo,

    Please try the following in Quick CSS under Enfold->General Styling:

    
    #header_main_alternate {
        background-color: #fff !important;
    }

    Best regards,
    Rikard

    #810333

    That actually changed the background of the primary nav (menu)
    but it did not change the blue bar under the slider.

    I like the primary nav grey as it is.

    The one I want to change is shown as background-color #5fb434:

    Inside Inspect Element as:

    <div class=”flex_cell no_margin av_one_half avia-builder-el-3 el_after_av_cell_one_half avia-builder-el-last ” style=”vertical-align:top; padding:9px 0px 0px 0px ; background-color:#5fb4e4; “><div class=”flex_cell_inner”>
    </div></div>

    Does that mean I just edit the css for the Flex Cell Inner? like this:

    #flex_cell_inner {
    background-color: #fff !important;
    }

    Thanks for your help

    #810629

    Hi planetxeo,

    Yes, something like that.
    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

    
    .home #av-layout-grid-1 .avia-builder-el-2, .home #av-layout-grid-1 .avia-builder-el-3 {
      background-color: transparent !important;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #810691

    I hate to be a pain in the butt. I wanted to make the bar that was there red #420909

    You rock!! I figured it out!! Thank you this is now solved!!

    .home #av-layout-grid-1 .avia-builder-el-2, .home #av-layout-grid-1 .avia-builder-el-3 {
    background-color: #420909 !important;
    }

    #810792

    Hi,

    Great, glad you found a solution and thanks for sharing, much appreciated. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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