knotsax
Forum Replies Created
-
Forum: Plugins
In reply to: [VS Event List] make VSEL widget look even simplerOh, I’m happy someone used my website as an example (https://duoaliada.com/concerts).
I would have a small question – how to reduce the space between the title (which is date in my case) and the rest of the text (city etc.) It would definitely help to improve the overall look.
Thanks so much!
Forum: Fixing WordPress
In reply to: /wp-admin is redirecting to installation pageI have no idea how and why but it’s working again. Magic.
Forum: Plugins
In reply to: [VS Event List] Is it possible to change color of past events only?Hi Guido,
Thank you for taking me through this step by step. Now the concert schedule looks just like I wanted.
Best wishes from Vienna,
MichalForum: Plugins
In reply to: [VS Event List] Is it possible to change color of past events only?Hi Guido,
Thanks! We are nearly there.
#vsel .vsel-past strong, #vsel .vsel-past em {color:#ccc;}worked very well.Although your last code for changing colour of titles (in my case dates) changes titles of both future and past events. What would be the code, which changes colour of only past events titles?
Thank you,
MichalForum: Plugins
In reply to: [VS Event List] Is it possible to change color of past events only?Hi Guido,
There are two problems:
1. First CSS works but it applies to every event (future and past). I would like to change only past events. I tried to modify it but this didn’t work:
#vsel-past strong, #vsel-past em {color:#ccc;}2. Dates of events didn’t change color.
—
I’ll try to explain better what I would like to have:
– All future events should stay as they are now.
– All past events should be light grey (date, city, venue)Would this be possible?
website: https://duoaliada.com/concerts/
Thank you very much,
MichalForum: Plugins
In reply to: [VS Event List] Is it possible to change color of past events only?Actually, also part of the description, which I marked with:
<strong>CITY</strong>
also didn’t change the color but strangly the other part of the same description marked with:
<em>Venue</em>
did successfully change to desired color.It would be wonderful if I could have both title of past event and its description (which in my case looks like that:
<strong>CITY</strong> / <em>Venue</em>)
in one color.website: https://duoaliada.com/concerts/ (go to section PAST CONCERTS)
Thank you Guido!
Forum: Plugins
In reply to: [VS Event List] Is it possible to change color of past events only?Hi Guido,
Thank you! I will not change background, so I changed only font color:
.vsel-past {color:#ccc;}This worked only for description of each past event.
I would like very much that the title font color changes as well. Is there a way to do it?
Forum: Plugins
In reply to: [VS Event List] Is it possible to change color of past events only?Thank you for quick reply.
Would this work for change of font colour as well? If yes, what would be a correct CCS line in this case?
Thank you so much and have a lovely day,
Michal