Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1114100
Media Masonry Grid
Closed

Comments

  •  2
    Kyrijones86 started the conversation

    Hi,

    On the url attached I have a media masonry grid using the slide with title and caption.

    How do I change the colour of the slide element and the text colour? I went into modify the element template and changed the font colour of the excerpt but it doesn't seem to have worked.

    Thanks,

    Kyri

  •  7,280
    Oliver replied

    HI!

    Sorry, you need to change title in pop up? (attach) if yes, pls. use following css:

    div.pp_default .pp_description {
        font-size: 17px;
        font-weight: 700;
        line-height: 18px;
    }


     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  7,280
    Oliver replied

    attach

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    Kyrijones86 replied

    Hi,

    Sorry thats not the bit I'd like to change.

    Please see attached image... I want to change the colour of the box and the colour of the text.

    Thanks,

  •  7,280
    Oliver replied

    css:

    .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title * {
        color: #ccc !important;
    }
    .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt * {
        color: #fff !important;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver