New

edit css

jacopo
  jacopo
Gold Member
  Wednesday, 22 May 2019
  3 Replies
  1.9K Visits
5 years ago
·
#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

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

5 years ago
·
#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?
5 years ago
·
#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;

}

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

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