Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #941142

    Hello,
    I made a website (not finished yet..!) (http://www.henridolfing.nl) and when I select “Portfolio” in the mainmenu a view of all the different categories is shown. Every category has a name (e.g. Groningen, Macro, etc). When I hoover over the category the name of the selected category appears in white text. When I select an other category, the former name of that category fades away and the name of the new categry appears.
    I will be overlooking the soltution… and can not find it: What i want: text of the category always visible and in black in stead of white.
    When i view the site on a aAndroid device, the text in <b>all</b> categories is visible in white

    Thanx in advance

    Henri

    • This topic was modified 6 years, 7 months ago by flipper1960.
    #941145

    Hey flipper1960,

    Add this to quick css:

    .av-inner-masonry-content.site-background{
    opacity:1!important;
    }
    
    .av-inner-masonry-content-pos h3 font font{
    color:#000!important;
    }

    Best regards,
    Jordan Shannon

    #941148

    Hey Jordan,

    Works. Great!
    Thanks Henri

    #941155

    Hi,
    No problem. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

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