Hi
We create posts that are solely text. But the post slider doesn’t have an option to remove the image altogether, so we just get that default rectangle and pencil icon. Is there a way to remove it altogether?
Additionally, the text used for the post slider is really this on the theme we are using, but I can’t identify what class it is to adjust the weight of it. Could I get some help with this also please?
Hey Tim,
It looks like your site is in maintenance mode, could you post admin login details in private so that we can inspect the element please?
Best regards,
Rikard
Hi,
Add the following to quick css:
article a.slide-image{
display:none!important;
}
.slide-content{
font-weight:bold!important;
}
Best regards,
Jordan Shannon
Brilliant, thank you so much!
On a related note, what would be the short code to enlarge the text that is in the Courses section?
That plugin was used by the client, EVNT-TRG-06.02.02, but doesn’t seem to have any advanced editing features.
I would like to make all the text larger and a heavier weight as it is currently hard to read. I think this also needs to be applied to the pop-up window each event triggers.
Could I get some help with this also?
Ive included screenshots of the section in question.
Hi,
Add the following to quick css:
#evr_pop_body{
font-weight:bold!important;
}
Best regards,
Jordan Shannon