Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #710555

    Hi!

    Just wondering how I can change the masonry grid overlay settings to look something like this:

    grid overlay screenshot

    but without the little icons, author or date.

    I don’t really work with code but i can paste stuff into the quick css thing!

    all help will be much appreciated!!!

    Thanks,

    • This topic was modified 8 years ago by insentra.
    #710971

    Hey insentra!

    Can you please post the link to your page?

    Best regards,
    Yigit

    #710972

    Hi! Yes, please see below!

    http://preprod.insentra.com.au/blog/

    Thanks so much!

    • This reply was modified 8 years ago by insentra.
    #710976

    Hey!

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

    #top .av-caption-style-overlay a.av-masonry-item-with-image .av-inner-masonry-content {
        background: rgba(0,100,200,0.7);
        height: 50%;
        display: block;
        top: 100px;
    }

    0,100,200 is RGB value of the color and 0.7 is opacity level.

    Regards,
    Yigit

    #710979

    Thanks for your reply!

    I pasted the code but it didn’t effect anything :(

    #711242

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Yigit

    #713376

    Hi! Sorry I just saw this post. Please see the login details below!

    #713627

    Hi,

    There were some errors in your custom CSS code. You are adding comments to your CSS in the wrong way. Please do as following

    /* Here goes my comment */

    Please review your website now

    Best regards,
    Yigit

    #713784

    Thanks so much! Is there any way to make the blue boxes into orange? CMYK: 0,77,100,0.

    Thanks!

    #713788

    Hi,

    You can use a website like this – http://www.codecrete.net/CMYK to convert your CMYK value to RGB value and adjust the code i posted above

    Best regards,
    Yigit

    #713796

    Thanks so much for your help! Is there any way to put the font “League Spartan Bold” into the website? It is our branded font and it would be great to use it!

    • This reply was modified 8 years ago by insentra.
    #713798
Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.