Footer CSS Questions

Discussion in 'GeoCraft WordPress Theme' started by webunet, Jun 10, 2014.

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

    webunet Member

    Joined:
    Dec 14, 2012
    Messages:
    58
    Likes Received:
    1
    Location:
    Kalispell, Montana
    Please see attached image. How do I change the footer dashed line to solid & change the color? Also how do I change the color of the LI discs?

    Thank you,

    Tom
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

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

    1.
    Paste this code in Custom CSS
    Geocraft Settings> Theme Option > Styling Option > Custom CSS

    Code:
    .footer_wrapper .footer_widget h5 {
    background: none;
    border-bottom: 1px solid red;
    } 
    2.

    Go to css > color > images present in your theme directory and replace your image with present bullet image or edit it.

    The name of image is "fbbullet.png"

    Note:- Use same name for your edited image and remove the current image.


    Thanks & Regards
    Gourav Shrivastava
     
  3. webunet

    webunet Member

    Joined:
    Dec 14, 2012
    Messages:
    58
    Likes Received:
    1
    Location:
    Kalispell, Montana
    Thank you, but that didn't fix the problem totally (see image attached). The solid line appears, but the dashed line is also still visible.

    Secondly, what is the CSS code to make the footer widget headlines black?

    Thanks again,

    Tom
     

    Attached Files:

  4. Gourav

    Gourav Support Staff

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

    Paste this code in Custom CSS
    Geocraft Settings > Theme Option > Styling Option > Custom CSS

    Code:
    .footer_wrapper .footer_widget h5 {
    background: none!important;
    color:black;
    }  

    Thanks & Regards
    Gourav Shrivastava
     
  5. webunet

    webunet Member

    Joined:
    Dec 14, 2012
    Messages:
    58
    Likes Received:
    1
    Location:
    Kalispell, Montana
    Gourav,

    You saved the day again. Thank you,

    Tom
     
Thread Status:
Not open for further replies.

Share This Page