By jacopo on Wednesday, 22 May 2019
Replies 3
Likes 0
Views 1.9K
Votes 0
Hello,

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

Many thanks
Tony
·
5 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
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
·
0 Likes
·
0 Votes
·
0 Comments
·
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;

}
·
5 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post