• HELP!
    I NEED TO CHANGE THE FOLLOWING:

    -FONT OF THE WHOLE TEMPLATE, I ALREADY HAVE A CHILD TEMPLATE.
    – COLOR OF THE FIXED EDGE OF PICTURES / SERVICES HOME
    – COLOR OF SELECTING IN THE MENU.
    -COLOR OF THE BACKGROUND IN THE HOME PORTFOLIO

    THK!!!!

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @berenice91

    Thanks for contacting us,

    for this you can paste the following css code in custom css filed (Theme Dashboard >> appearance >> customize >> header setting >> custom css filed )

    .service-area:hover {
        background: #60bca0 !important;
        border: 1px solid #60bca0 !important;
    }
    
    .home-portfolio-showcase-overlay, .home-blog-btn a {
        background-color: #60bca0 !important;
    }
    
    .navbar .navbar-nav > .active > a
    {
    background-color: #00c2a9 !important;
    }

    Change color code as you need.

    and you can change the font by using the given plugin

    https://www.ads-software.com/plugins/easy-google-fonts/

    Any confusion lets me know.

    Thanks

    Thread Starter berenice91

    (@berenice91)

    thank you!!!

    Now I am trying to eliminate the green leaf image, I already achieved it; but the title is not deleted. You can help?
    When I manage to remove it, the page remains below the menu.

    Hi @berenice91,

    For this paste, the following css code in custom css filed

    .page-title-col h1
    {
     display: none !important;
    }

    Thanks

    • This reply was modified 6 years, 10 months ago by Imran Ali.
    Thread Starter berenice91

    (@berenice91)

    Perfect!!!!

    Me ha funcionado!

    Thread Starter berenice91

    (@berenice91)

    HAS HELPED ME A LOT OF YOUR HELP.

    A FEW MORE DETAILS HAVE EMERGED.
    IN THE TEXT OF MY FORM CONTACT, THE TEXT THAT IS WRITTEN DOES NOT ACCEPT VERSE, HOW CAN I CHANGE THAT COLOR OF TEXT?

    I WANT TO ADD THE ICONS TO THE FOOT OF PAGE, BUT MY BACKGROUND IS WHITE AND DOES NOT COME UNTIL I PASS THE COURSES ON THEM (IN COLOR GRAY TENUE). HOW CAN I CHANGE THE COLOR OF THOSE ICONS?

    Hi @berenice91,

    For change text color you can paste the following css code in custom css filed

    textarea
    {
    	color:#000 !important;
    }

    and change footer background color you can paste the following css code in custom css filed

    .footer_section {
        background-color: #373941 !important;
    }

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘CHANGE COLOR AND FONT’ is closed to new replies.