Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #3181
    mangogear
    Member

    Hello!
    My site is islandjay.com. I appreciate the help ahead

    1. As you can see I have a boat and beach background. However the posts, pages, etc have no background and the beach/boat photo comes through. How can I make the background of my content white?

    2. How can I make the facebook icon always blue instead of a roll over?

    3. I am assuming the grey header backdrop is an image of some kind? I know how to change it to a solid cover with a little code. How can I change it to an image?

    Thank you
    Jason

     

    #3185
    Sakin
    Keymaster

    Hello Jason,

    /* To change content color white */
    #main { background-color: #fff; padding: 30px 10px; }
    /* Make Facebook social icon always blue */
    ul.social-profile li.facebook a { background-position: 0 -43px; }
    /* To change the header background image. Just add your image url in the following css*/
    #branding { background: url(“Add in your image URL”) repeat-x scroll left bottom transparent; }

    Regards,
    Sakin

    #3194
    mangogear
    Member

    Thank you very much

    #3597
    mangogear
    Member

    Hello Again. How do I do this for twitter?

    I tried ul.social-profile li.twitter a { background-position: 0 -43px; }

    but that did not work, lol.

    Thanks!

    #3598
    Sakin
    Keymaster

    @mangogear: For twitter:
    ul.social-profile li.twitter a { background-position: -44px -43px; }

    #3600
    mangogear
    Member

    Thank you for standing by your support!

    #3601
    Sakin
    Keymaster

    @mangogear: Welcome anytime. 🙂 It will be great if you could take sometime to post review for us in http://wordpress.org/support/view/theme-reviews/simple-catch

    #4315

    Hi Sakin,

    Thanks for the code regarding the Twitter icon, but how can I  make the LinkedIn social icon always blue? Thanks in advance!

    http://www.pennenspinsel.nl/

    With kind regards,

    Tabitha

    #4375
    Sakin
    Keymaster

    @TabithaHofmeijer: You can add the following CSS in “Custom CSS” box in your Theme Options panel.
    ul.social-profile li.linkedin a { background-position: -603px -43px; }

    #4464

    Thank you ever so much!

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Background Issue & Facebook icon’ is closed to new replies.