Changing the a few colors of the Legenda Theme

This topic has 3 replies, 3 voices, and was last updated 7 years, 11 months ago ago by Robert Hall

  • Avatar: cmsmi18
    cmsmi18
    Participant
    April 30, 2016 at 21:08

    Hello is it possible to change the following things to a pink color code fea0d 

    http://prntscr.com/aysygz top border
    http://prnt.sc/aysyqr search box border
    http://prntscr.com/aysyzj navigation men
    http://prntscr.com/ayszg1 border of this area from gray to pink
    http://prnt.sc/ayszoo border of this area from gray to pink

    Please, contact administrator
    for this information.
    2 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 3, 2016 at 08:36

    Hello,

    Please add this code in custom.css file:

    .header-type-5 .top-bar {
        background-color: pink;
    }
    .search .et-mega-search form input[type="text"] {
       border: 1px solid pink;
    }
    .main-nav .double-border, .main-nav {
        border-top: 1px solid #f580c2;
        border-bottom: 1px solid #f580c2;
    }
    .custom-info-block {
        border-top: 1px dotted #f580c2;
        border-bottom: 1px dotted #f580c2;
    }
    .custom-info-block {
       border-top: 1px solid #f580c2;
    }
    .footer .container {
       border-top: 1px solid #f580c2;
    }

    How to create custom.css you can watch in this tutorial

    Best regards,
    Jack Richardson.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    May 3, 2016 at 08:38

    Hello,

    Please add the following code in custom.css file.

    .header-type-5 .top-bar {
        background: pink;
    }
    .search .et-mega-search form input[type="text"]{
        border: 1px solid pink;
    }
    .fixed-header .menu > li > a, .main-nav .menu > li > a{
    color:pink;
    }
    .custom-info-wrap .custom-info-block {
        border-top: 1px dotted pink;
    }
    .custom-info-wrap {
        border-bottom: 1px dotted pink;
    }
    .custom-info-block {
        border-top: 1px solid pink;
    }
    
    .footer .container {
        border-top: 1px solid pink;
    }
    .custom-info-block.a-center a {
        border-left: 1px solid pink;
        border-right: 1px solid pink;
    }
    .custom-info-wrap .custom-info-block.a-center a {
        border-left: 1px dotted pink;
        border-right: 1px dotted pink;
    }

    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.

    Regards,
    Robert Hall

  • Viewing 3 results - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.