Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1316503
Change fonts and colors
Closed

Comments

  • lagamexico started the conversation

    We have not find the way to edit the testimonials fonts (image 1)

    We have not been able to edit the color of the fonts in opt in form (image 2)

  •  432
    Sergio replied

    Hi,

    1) pls. check the theme options (screen 1305)

    2) pls. use following css:

    /*for example style*/
    .yikes-easy-mc-form label span{
        color:#000 !important;
    }
    .yikes-easy-mc-form input{
        border:0;
        color:#000;
    }
    .yikes-easy-mc-form .yikes-easy-mc-submit-button {
        display: block;
        width: 100%;
        margin-top: .5em;
        min-height: 40px;
        padding: 10px;
        cursor: pointer;
        background: #000;
        border: 0;
        color: #fff;
    }

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.

  • lagamexico replied

    1.- the name and the position fonts are not changing based on that configuration, just the quoted text.

    We are trying to change the font color and type for: The name of the person and their job description.


    2.-We tried but it did not changed after editing the CSS

    Any ideas?

  •  432
    Sergio replied

    HI!

    pls. share the wp-admin access, we'll check

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.

  • lagamexico replied

    165.227.79.245/wp-login.php

    user: support

    pass: sanfrancisco2017


  •  432
    Sergio replied

    Hi,

    1) pls. use following css:

    .new-testimonials-style .gem-testimonial-name{
        color:#000;
    }
    .new-testimonials-style .gem-testimonials.style1 .gem-testimonial-wrapper:after{
        color:#000;
    }
    .new-testimonials-style .gem-testimonial-company{
        color:#000;
    }
    .new-testimonials-style .gem-testimonial-position{
        color:#000;
    }

    2) this is the working code (screen 1333, 1334)

    /*for example style*/
    .yikes-easy-mc-form label span{
        color:#000 !important;
    }
    .yikes-easy-mc-form input{
        border:0;
        color:#000;
    }
    .yikes-easy-mc-form .yikes-easy-mc-submit-button {
        display: block;
        width: 100%;
        margin-top: .5em;
        min-height: 40px;
        padding: 10px;
        cursor: pointer;
        background: #000;
        border: 0;
        color: #fff;
    }
    .yikes-easy-mc-form .yikes-easy-mc-submit-button:hover{
        background: #fff;
        color:#000;
    }

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.

  • lagamexico replied

    WHAT ABOUT FONT TYPE?

  •  432
    Sergio replied

    Hi,

    I gave you all the styles below.

    for change font :

    .new-testimonials-style .gem-testimonial-name{
        font-family: 'Raleway';
    }

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.