• Dear Guido,

    can you help me customize the entries .vsel-meta-title or .vsel-meta-link via CSS?

    1. I’d like to center the entries (at least the link)
    2. I’d like to change the link color to white (but only for VSEL-Links, the rest of the theme’s links shall not be overridden)

    Screenshot of the problem:
    Link:

    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Alex B

    (@alexbrandl)

    PS: The additional CSS looks like this, but “center” and link-color won’t work.

    #vsel .vsel-meta-date,
    #vsel .vsel-meta-location,
    #vsel .vsel-meta-info,
    #vsel .vsel-info {
    display:none}

    #vsel .vsel-meta-link {font:15px arial; color:white; text-align:center !important}
    #vsel .vsel-meta-title {font:15px arial; text-align:center !important}

    #vsel .vsel-content {border-bottom:0;}

    • This reply was modified 7 years, 10 months ago by Alex B.
    Plugin Author Guido

    (@guido07111975)

    Hi,

    I notice your entire event list should be centered? To center it except a single event and the event widget you can try this:

    
    #vsel {text-align:center;}
    .single-event #vsel, .vsel-widget #vsel {text-align:left;}
    

    (not tested yet)

    Guido

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Center / Link color / CSS’ is closed to new replies.