• Resolved nbarnard10

    (@nbarnard10)


    Hello,

    I have very little coding experience to fix my own problems and I am having one. The plugin is working great on my church’s website, however, I have no idea how to change the color of the text that the scripture appears. We currently use a dark gray background on our website and the text automatically shows up a beige color that is very difficult to read on our site. I just need to know how to make the color of the scripture itself appear white.

    Thanks in advance for the help,

    Nicholas Barnard

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author themaster5_07

    (@themaster5_07)

    I will look at this in the morning and see about helping with some customer CSS to change the font color.

    Plugin Author themaster5_07

    (@themaster5_07)

    Here is some CSS to adjust the colors of the scriptures generated with AMD Bible Reading:

    
    /* Color of the date/passage */
    p.amdbible_title {
        color: #fff;
    }
    
    /* Color of the Book name */
    .amdbible_passage {
        color: #fff;
    }
    
    /* Color of the Chapter number */
    span.amdbible_chapter {
        color: #fff;
    }
    
    /* Color of the verse number */
    span.amdbible_verse {
        color: #fff;
    }
    
    /* Color of the scripture itself */
    span.amdbible_text {
        color: #fff;
    }

    Adjust the color values to your specifications and then add this to a custom CSS field inside of you WordPress installation.

    Plugin Author themaster5_07

    (@themaster5_07)

    I believe this issue has been resolved. Please let me know if you need any further assistance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Help With Color of Scripture’ is closed to new replies.