• My website is arstablepay.com
    I use aggregate theme by elegant themes

    I would like to change the background colors to white so that the the logo merges with white color. Please help

    I would also like to change the outer texture into white.

    Urgent
    Please help

Viewing 6 replies - 1 through 6 (of 6 total)
  • I would like to change the background colors to white so that the the logo merges with white color

    Change

    #innder-shadow {
         background: url("images/content-bg.png") repeat scroll 0 0 #FFFFFF;
    }

    to

    #inner-shadow {
        background: #FFFFFF;
    }

    what’s an outer texture?

    Thread Starter ergontronblog

    (@ergontronblog)

    Just outside the box where the text is written which contains a design comprised of diagonal lines. i am referring to that as texture

    Thanks

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    It must be a CSS Firebug day! Recycling a reply from a few minutes ago.

    For identifying the correct CSS, the Firefox extension Firebug is a real useful tool. The CSS is usually theme specific.

    Before you make any changes to your theme’s CSS, create a child theme and make your modifications there.

    As an example, in a child theme for Twenty Eleven, this would do all sorts of color abuse to your readers.

    .entry-content p {
            color: rgb( 255, 55, 55);
    }
    .entry-content p a {
            color: rgb( 55, 255, 55);
    }
    #access a {
            color: rgb( 255, 55, 55);
    }

    Which I was able to get by inspecting the content and menu with Firebug.

    Edit:

    I use aggregate theme by elegant themes

    Also? You already paid for support from that vendor. Don’t post here, use the option you have with that paid support and post this at their forum.

    If it’s really “Urgent” then do that now.

    https://www.elegantthemes.com/forum/

    Thread Starter ergontronblog

    (@ergontronblog)

    Thanks for the reply but i have very little time to do this. Please suggest code changes in CSS.

    Thread Starter ergontronblog

    (@ergontronblog)

    thanks for the support idea

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Thanks for the reply but i have very little time to do this. Please suggest code changes in CSS.

    This is a self-help forum for Do It Yourself-ers and we generally encourage people to use and learn about this. And it’s staffed 100% by volunteers.

    If you really are in a rush and have a time table at a minimum follow the support advice (as you’ve indicated you will). A more practical approach would be to hire someone.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Urgent: Change of background color’ is closed to new replies.