Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • smartmax Friend
    #900700

    I am using this great template and changed the colours with ‘ThemeMagic’.
    I am using a red-colour background, but don’t like the transparant text.
    It looks like a pink-ish colour
    See example: http://www.madebysanders.nl/rkbkraanverhuur.nl/over-ons

    Can this also be 100% (white)?

    Pankaj Sharma Moderator
    #900709

    Hi
    Go to /templates/ja_playstore/local/css/themes/rkb/template.css

    find this code

    .items-leading .leading .article-intro {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

    And find this code

    .items-row .article-intro {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

    Change the opacity value to 1 and 50 into 100 .
    Like this `
    .items-row .article-intro {
    opacity: 0.1;
    filter: alpha(opacity=100);
    }

    smartmax Friend
    #901262

    I think something went wrong, I can’t read the text now… 🙂

    http://www.madebysanders.nl/rkbkraanverhuur.nl/rkb-kranen

    Pankaj Sharma Moderator
    #901339

    Hi
    I did not found the suggested changes in template.css file .
    it should be like this > `
    .items-row .article-intro {
    opacity: 1;
    filter: alpha(opacity=100);
    }

    
    
    Here: http://prntscr.com/agfk9g
    smartmax Friend
    #901784

    Nicceeeeeeee!!! I am happy, thank you!

    And is there also a code for the contact page?
    http://www.madebysanders.nl/rkbkraanverhuur.nl/contact

    The thin lines may also be more visible 🙂

    Pankaj Sharma Moderator
    #902000

    Hi
    For this go to
    find this code

    .plain-style .contact-box.box-bg .contact-miscinfo p {
        color: #ffffff;
        font-size: 13px;
        margin-bottom: 0;
        opacity: 0.8;
        filter: alpha(opacity=80);
    }
    

    and replace it with
    .plain-style .contact-box.box-bg .contact-miscinfo p {
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    }

    smartmax Friend
    #906264

    I made a custom.css – maybe better 🙂

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 6 replies, has 2 voices, and was last updated by  smartmax 8 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum