Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #372595

    Hello –
    I have a couple of issues that I can’t figure out.

    First, on this page http://prospectsites.com/the-holiday-break-is-a-great-time-to-get-ready-for-college-recruiting-part-2/

    If you scroll to the “share this entry” the logos don’t appear until you hover over them. Is there a way to make them show up?

    Thanks.

    John

    #372601

    Hi jswigard!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .av-share-box ul li a {
    color: #888;
    }

    Best regards,
    Yigit

    #372852

    Thank you!

    Now, the second issue. In my forum, some of the text in the forum doesn’t show properly. It must be white because if you do a click and drag on the page, the text shows up in red background. Look here:

    http://prospectsites.com/forums/forum/prospectsites-com-forum/

    Final thing is anywhere in the site, if I put bullets in the text, they disappear. So, again, text is there but it must be white.

    Thanks for any help.

    #373015

    Hi!

    Please add following code to Quick CSS as well

    .main_color li {
    color: #bd0d0d;
    }

    Best regards,
    Yigit

    #373497

    Unfortunately, that did not fix the problem. Any other suggestions?

    #373504

    Hi!

    Please try adding !important rule as following

    .main_color li {
    color: #bd0d0d !important;
    }

    Code is currently not being applied, affter adding !important rule it should work fine

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.