get-in-Touch / Contact Box text color

edited March 2018 in Shortcodes
Hey there,

can you tell me, where to change the colour of the text in a contact box?

Background color aka "Get in Touch background" can be changed in the beTheme- options >> colors >> shortlinks [maybe so called; in german it's "Kurzlinks"] but I couldn't find any option for changing a "Get in Touch Text" or else.

Do I need to do that in css ?
Can you tell me how that works? I'd like to Use #707070 as text color

The Contact Box is used on https://lichtklang-hannover.de/ at every sidebar.

Thx!
Brina

Comments

  • Hi,
    rest can be only be changed with custom css, please tell us what do you want to change in it and we will provide with such css.
    thanks
  • Hi,
    thanks for your quick response :)

    I'd like to change the text color of all the text items in the contact box (adress, phone, fax, mail) to #707070 
    Is it also possible to change the colors of the icons in the contact box separated from the others of my website? I'm not sure what color to choose, let's take #0003fd for the moment.

    Same with some other backgrounds or text colors. But maybe the best way is to use an extra topic for that ;)

    Thank you!
  • here you go
    .get_in_touch ul li span, .get_in_touch ul li a {
    color:blue !important;
    }
    .get_in_touch ul li span.icon {
    color:red !important;
    }
    .get_in_touch ul li::after {

    border-color: green !important;
    }
  • worked perfect ! :D
    (for the ones who need that later: Just added that code as own code in "Theme options" > CSS )

    thanks a lot !
Sign In or Register to comment.