Change Background colour gradient

Discussion in 'Compass WordPress Theme' started by matthewford, Apr 22, 2015.

Thread Status:
Not open for further replies.
  1. matthewford

    matthewford Member

    Joined:
    Jan 16, 2013
    Messages:
    55
    Likes Received:
    0
    Hi,

    I am using the compass theme and have selected blue in styling options. Is there a way to make the top starting background colour a much darker blue at the top say (#4069E6) and then still have it fade in a gradient like it does? So basically just start at the top with a darker blue and still finish off to the much lighter colour at the bottom.

    Regards,
    Matthew
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello, Matthew!

    I have got your concern,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    body {
      background: linear-gradient(blue, #748DDA);
      background-repeat: no-repeat;
      background-attachment: fixed;
    }
    Hope you are enjoying InkTheme services.

    Do let me know if you need any help.

    Thanks,
    Praveen
     
  3. matthewford

    matthewford Member

    Joined:
    Jan 16, 2013
    Messages:
    55
    Likes Received:
    0
    Thanks as always just what I was after.
     
Thread Status:
Not open for further replies.

Share This Page