More colors for services icons

  • Posted in : cvCard WP
  • uxer55
    Participant

    Hi. Is it possible to have more than just red, green, blue, and yellow color options for the service icons?

    serkan
    Moderator

    Hi, These are our default color codes.
    You can change them and paste to custom css boxes.

    .color1 i {  background: #F8CB30;  }
    .color2 i {  background: #74BADE;  }
    .color3 i {  background: #5BCF80;  }
    .color4 i {  background: #E25E5B;  }

    Thanks

    uxer55
    Participant

    Thanks but actually I am asking: can I add new colors? I wasn’t sure how to create a shortcode. Basically, I want two more colors since I have six total elements and I want them all to be different colors. Can I just create a new CSS class in the custom css section and then reference it as a shortcode? Is that how shortcodes work?

    .color5 i { background: #abcdef; } – would I then be able to use a “color5” in the short code?

    serkan
    Moderator

    Hi,
    Provide me your related url, please ?
    Thanks

    uxer55
    Participant

    Hi. imakestuff.online is the website. Thanks.

    uxer55
    Participant

    And I am in reference to the about me section.

    uxer55
    Participant

    Also, for the about me section of imakestuff.online, how can I get the second row of services to line up with the first row on large screen view? The 2nd row is shifted to the right a little bit.

    serkan
    Moderator

    Hi, You can use these custom css codes;

    .row:nth-of-type(3) .col-md-4:nth-child(4) .service i { background: #324056; }
    .row:nth-of-type(3) .col-md-4:nth-child(5) .service i { background: #efe826; }

    The first row is different from others.
    It should be like this;
    [column width="6" width_md="4"]
    Thanks

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register