Change Slider "dot" and color behind circles when loading

Discussion in 'BlackBird WordPress Theme' started by revpjdunn, Dec 4, 2012.

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

    revpjdunn New Member

    Joined:
    Nov 11, 2012
    Messages:
    14
    Likes Received:
    0
    Location:
    Fort Worth, TX
    I am trying to place a custom color on the "dot" use use in the slider to select a slide. I also would like the background color of the circles to a custom color as well, it comes up yellow while it is loading. www.tableforoneministries.com.

    Thanks!!!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Blackbird theme comes with ten different colors.

    Go to

    Appearance > Theme Option > Styling Option > Theme Stylesheet

    and select color scheme from there.


    This will solve your issue.
     
  3. revpjdunn

    revpjdunn New Member

    Joined:
    Nov 11, 2012
    Messages:
    14
    Likes Received:
    0
    Location:
    Fort Worth, TX
    This did not correct the issue as it just changed the colors behind it to different ones. Is there any code I can paste to have a "none" value?
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Use recommended size of image in featured circle

    Recommended size is
    Code:
     (158x165)px
    It will remove the loading problem from your site.

    Now,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .feature-content-inner .circle img{
    background:none!important;
    }
     
    revpjdunn likes this.
  5. revpjdunn

    revpjdunn New Member

    Joined:
    Nov 11, 2012
    Messages:
    14
    Likes Received:
    0
    Location:
    Fort Worth, TX
    That worked! I also uploaded smaller .png files for the pictures.

    Any code to change the yellow slider button?
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to images directory present in your theme directory and replace your image with present pagination image or edit it.

    The name of image is "pagination.png"

    Note:- Use same name for your edited image and remove the current image.
     
    revpjdunn likes this.
  7. revpjdunn

    revpjdunn New Member

    Joined:
    Nov 11, 2012
    Messages:
    14
    Likes Received:
    0
    Location:
    Fort Worth, TX
    Yall are the best! Thanks!!!!
     
Thread Status:
Not open for further replies.

Share This Page