Change color - without using the existing colors in the theme

Discussion in 'Infoway WordPress Theme' started by omnes media, Mar 27, 2013.

  1. omnes media

    omnes media New Member

    Joined:
    May 30, 2012
    Messages:
    18
    Likes Received:
    0
    Hi!
    How can I change to a diffrent color in the theme, without using the existing colors in the theme????

    --------------------------------------------------------------------


    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu li:hover a, #menu li a.selected, #menu li.current_page_item a{
    background-color:your color value;
    }
    #topinfobox{
    background:your color value;
    }
    .feturebox .featurebox_inner .featurebox_desc .readmore {
    border: solid your color value 1px;
    background: your color value;
    }
    .footer-wrapper .footer {
    background: your color value;}
    .footer-bottom {
    background: your color value;}

    Add your color values in above code.

    For testimonial image
    open image directory and edit "commabox.png" image through photoshop or any other image editing tool.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Can you please explain your problem with the help of screenshot, where you want to change the color, so that we can give you the exact solution.
     
  3. omnes media

    omnes media New Member

    Joined:
    May 30, 2012
    Messages:
    18
    Likes Received:
    0
    Hi!
    Here is the picture.
     

    Attached Files:

  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    #menu li:hover a, #menu li a.selected, #menu li.current_page_item a{
    background-color:red;
    }
    #topinfobox{
    background:red;
    }
     
  5. omnes media

    omnes media New Member

    Joined:
    May 30, 2012
    Messages:
    18
    Likes Received:
    0
    You missunderstod me, I mean all the color that is orange? how can I change it with the same shadow??
    Pic here
     

    Attached Files:

  6. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu li:hover a, #menu li a.selected, #menu li.current_page_item a{
    background-color:your color value;
    }
    #topinfobox{
    background:your color value;
    }
    .feturebox .featurebox_inner .featurebox_desc .readmore {
    border: solid your color value 1px;
    background: your color value;
    }
    .footer-wrapper .footer {
    background: your color value;}
    .footer-bottom {
    background: your color value;}

    Add your color values in above code.

    For testimonial image
    open image directory and edit "commabox.png" image through photoshop or any other image editing tool.
     

Share This Page