Changing Footer Font and white space on homepage

Discussion in 'Compass WordPress Theme' started by stephnana1982, Apr 23, 2015.

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

    stephnana1982 New Member

    Joined:
    Apr 22, 2015
    Messages:
    29
    Likes Received:
    0
    Hi,
    I also need to know how to change the font color in the footer and is there a way to add a background image to the white space of the homepage?

    Thanks!
     
  2. praveen

    praveen Support Staff

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

    To change font color of the footer text, Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    p.copyright {
      color: red !important;
    }
    p.copyright a {
      color: green !important;
    }
    To replace the white space of the home page with background image, use the following css code: -
    Code:
    .page_content_wrapper {
      background: url('<-- Background Image Path --> ');
    }
    Thanks,
    Praveen
     
  3. stephnana1982

    stephnana1982 New Member

    Joined:
    Apr 22, 2015
    Messages:
    29
    Likes Received:
    0
    Hi,
    This doesn't seem to be working for me either. It just makes the white space clear so that the background shows through.
     
  4. praveen

    praveen Support Staff

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

    Could you please provide us URL of your website along with some edited screenshot of your issue indicating the area whose background you need to change?
    In case you are unable to create a screenshot, you can follow the link http://www.screenpresso.com/ which will help you to create screenshot easily.

    Also, provide us path of the background image.

    Thanks,
    Praveen
     
  5. stephnana1982

    stephnana1982 New Member

    Joined:
    Apr 22, 2015
    Messages:
    29
    Likes Received:
    0

    Attached Files:

  6. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    Please save the background image from the above provided url i.e,. http://www.rgbstock.com/bigphoto/omLlj3s/Faded Texture 6 in compasstheme/images/ and rename as body_background.jpg.


    Now, paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    body {
      background: url(wp-content/themes/compasstheme/images/body_background.jpg);
    }
    It will make your website like the screenshot given below.
    compass_change_background.png

    Hope it will resolve your issue.

    Thanks,
    Praveen
     
  7. stephnana1982

    stephnana1982 New Member

    Joined:
    Apr 22, 2015
    Messages:
    29
    Likes Received:
    0
    That is not what I want, I want the screen to replace the white portion. NOT the background.
    Thanks.
     
  8. stephnana1982

    stephnana1982 New Member

    Joined:
    Apr 22, 2015
    Messages:
    29
    Likes Received:
    0
    Please review the attached file
     

    Attached Files:

  9. sameerwalkar

    sameerwalkar Guest

  10. stephnana1982

    stephnana1982 New Member

    Joined:
    Apr 22, 2015
    Messages:
    29
    Likes Received:
    0
    Hi Sameer,
    I just responded to the email from support. Can you please change it back to the background just showing through? Like the attached file. Sorry. And thank you for your help.
     

    Attached Files:

  11. praveen

    praveen Support Staff

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

    I have made your website as it was eariler.

    Please have a look at your website.

    Thanks,
    Praveen
     
  12. stephnana1982

    stephnana1982 New Member

    Joined:
    Apr 22, 2015
    Messages:
    29
    Likes Received:
    0
Thread Status:
Not open for further replies.

Share This Page