New

edit css

jacopo
  jacopo
Gold Member
  Wednesday, 22 May 2019
  3 Replies
  2.4K Visits
Wednesday, 22 May 2019 23:27
·
#210800
0
Votes
Undo
Hello,

It would be in the JEvents Custom CSS usually? You don't edit the files directly you overwrite our CSS.

Many thanks
Tony
Thursday, 23 May 2019 10:26
·
#210838
0
Votes
Undo
here's what I need to do:
hide the header from this page
https://www.bhaktifestival.it/programma/tutti-gli-eventi.html
see attachment01

change the padding on these lines
https://www.bhaktifestival.it/programma/venerdi-bhaktifestival.html
https://www.bhaktifestival.it/programma/sabato-bhaktifestival.html
https://www.bhaktifestival.it/programma/domenica-bhaktifestival.html
see attachment02

I tried to write the css on
Templates: Edit Style / Custom Code / Custom CSS
and also on
JEvents Control Panel / JEvents - Core: Custom CSS
but I don't get any changes

exactly where should I change the css?
Wednesday, 05 June 2019 11:40
·
#211042
0
Votes
Undo
Hey,

1. use:


.site.com-jevents.view-range .jev_toprow {
display:none;
}


2. line 60 of your jevcustom.css change to:


.jev-conference-tag {
border-radius: 5px;
color: white;
font-weight: bold;
padding: 0px 5px;
font-size: 12px;

}
  • Page :
  • 1
There are no replies made for this post yet.