Home Page Banner

Discussion in 'Slice WordPress Theme' started by bgdrew03, Mar 2, 2015.

  1. bgdrew03

    bgdrew03 Guest

    Joined:
    Feb 22, 2015
    Messages:
    19
    Likes Received:
    0
    I need to remove these dotted lines (see image), I would also like to change the background of the banner (also see image) to an image and change the font color to red.
     

    Attached Files:

  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello bgdrew03,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .page-container .content-line {
      background: url(http://mwf2014.museumsandtheweb.com/wp-content/uploads/2013/10/cropped-mwf-1600-400.jpg) ;
    }
    .page-container .content-line .index-shadow {
      background: none;
    }
    Please change image URL according to your requirement.
    Thanks & Regards
    Pramod Patel
     

Share This Page