Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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

  •  6,930
    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

  •  6,930
    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,

  •  6,930
    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