Changing Colors

Hi there

Where exactly can I change the color of the icons (which are black right now) and where the color of the content which is currently white.
Thanks for your help. Tanja

Comments

  • Hello,
    Most colors can be changed in: Betheme > Theme Options > Color.
    To change icons color you must go to section "Shortcodes" and modify "Icon Box Icon color".
    https://prnt.sc/v7r7r0

    This white color is propably section color. To change that edit page with this content and click on the options of this section, there you can set your background color.
    https://prnt.sc/v7ranh

    If this will not change your background color, please send me a link to your website and I will check what value should be changed.

    Thanks
  • Hi Phil
    That did not work - the element that I insert was "contact box". I found where I can change the color of the box itself, but not where / how I can change the colore of the icons used in the contact box, nor the font color....the page is https://neu.procolore.ch/firmenmitglieder/
    Thanks for your help, Tanja
  • Hello,
    This color must be changed with following Custom CSS Code:
    .column_contact_box .get_in_touch i{
    color: green!important;
    }
    You must paste this Code in "Betheme > Theme Options > Custom CSS & JS > CSS"
    Of course change "green" to any color you want.

    Thanks
Sign In or Register to comment.