Slider and Logo

Discussion in 'RoadFighter WordPress Theme' started by pupwild, May 24, 2013.

  1. pupwild

    pupwild Member

    Joined:
    Jan 11, 2013
    Messages:
    126
    Likes Received:
    0
    When I upload my slide, the picture is too busy and the logo is almost non-existent. Is there any way, you can add something to dim the top of the slide so the logo is more noticeable?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

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

    Code:
    .header_wrapper .logo img{
    -moz-box-shadow: 10px 10px 5px #0f0e0f;
    -webkit-box-shadow: 10px 10px 5px #0f0e0f;
    box-shadow: 10px 10px 5px #0f0e0f;
    }
     
  3. pupwild

    pupwild Member

    Joined:
    Jan 11, 2013
    Messages:
    126
    Likes Received:
    0
    I dont think it looks good, is there any way i can do something like this picture on the home page? If you have a busy picture it really doesn't look good.
     

    Attached Files:

  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Do let us know your website link.
     

Share This Page