Topic Resolution: Resolved
  • Closed
  • Sanschnei
    Spectator
    July 22, 2015 at 10:26 am #19079

    Hi there,

    I use the evolve+ premium theme. I tried to change the background color from the title of the widget evolve: Get in Touch. I just find this in the CSS

    .widget-title-background {
    padding-top: 10px;
    color: #333;
    text-shadow: 0 1px 1px #fff;

    But when I change the color code, nothing happens.

    I couldn’t find any information about the id=”contact_info-widget-2″ or the class=”widget contact_info” or class=”widget-content”. Where do I find it?

    Thanks for your feedback.
    Sandra

    Imran
    Spectator
    Posts: 402
    July 22, 2015 at 1:16 pm #19084

    Hi Sandra,

    Thanks for writing in,

    If you wish to change the background color of widget title “Get in Touch”, so you can achieve that by adding the following code under Appearance > Theme Options > custom Css:

    #contact_info-widget-2 .widget-title-background {
    background: #030303 !important;
    border: none !important;
    }

    Thanks.

    Sanschnei
    Spectator
    Posts: 31
    July 22, 2015 at 4:57 pm #19094

    Hi Imran,

    thanks for your answer. I add the code unter custom CSS. But now it looks like this

    http://screenshot.co/#!/6841c484b3

    This is the custom CSS

    #contact_info-widget-2
    .widget-title-background {
    background: #030303 !important;
    border: none !important;
    }
    .absatz {
    padding-top: 20px;
    }
    .absatzneg {
    margin-top: -40px;
    }

    Another question, where can I change the wording “address”, “phone” etc. As you can see, I’m preparing a german website.

    Thanks for your feedback.
    Sandra

    Denzel Chia
    Moderator
    Posts: 2656
    July 23, 2015 at 4:50 am #19113

    Hi,

    The css code that Imran provided is correct.
    Please see screenshot. http://share.pho.to/9aiyj

    Please kindly remove other Custom CSS code that is not in use.
    If it still does not work, please post your website url here so that we can see it and provide a solution.

    As for the wording “address”, “phone” etc. You can use a translation plugin such as https://wordpress.org/plugins/loco-translate/
    Please see this thread for some related information. https://theme4press.com/support/topic/change-language-on-cart/#post-18604

    If you want to physically change the word within the theme, it’s located in evolve-plus/library/functions/widgets/contact_info.php

    Please note that we do not encourage directly modifying theme files, because it will be lost in new theme version update.

    Thanks!
    Denzel

    Sanschnei
    Spectator
    Posts: 31
    July 27, 2015 at 8:49 am #19202

    Thanks for your answer. I changed the footer design now completely.

    Yours.
    Sandra