Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1
  • 2

TOPIC: Problem of color display with my template

Problem of color display with my template 6 years 6 months ago #5986

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hello Manu
please help me find and open file: modules/mod_jo_facebookevents_pro/assets/eventon_styles.css go to line 638 and change
.evcal_evdata_row .evcal_evdata_cell a {
border: medium none;
padding: 0;
}
to (Add color: #af9a7d;)
.evcal_evdata_row .evcal_evdata_cell a {
border: medium none;
padding: 0;
color: #af9a7d;
}

and go to line 863 and change
.evopopclose {
background-color: #000;
border-radius: 50%;
box-sizing: content-box;
color: #3d3d3d;
cursor: pointer;
font-family: "Open Sans",sans-serif;
font-size: 28px;
font-weight: 300;
height: 28px;
line-height: 90%;
margin: -14px -14px 0 0;
padding: 5px;
position: absolute;
right: 0;
text-align: center;
top: 0;
width: 28px;
z-index: 90001;
}
TO (Change color: #3d3d3d; to color: #fff;)
.evopopclose {
background-color: #000;
border-radius: 50%;
box-sizing: content-box;
color: #fff;
cursor: pointer;
font-family: "Open Sans",sans-serif;
font-size: 28px;
font-weight: 300;
height: 28px;
line-height: 90%;
margin: -14px -14px 0 0;
padding: 5px;
position: absolute;
right: 0;
text-align: center;
top: 0;
width: 28px;
z-index: 90001;
}
Best regards
Bach Pham
The administrator has disabled public write access.

Problem of color display with my template 6 years 6 months ago #5987

  • Manu
  • Manu's Avatar
  • OFFLINE
  • Junior Member
  • Posts: 31
  • Thank you received: 1
  • Karma: 0
Thank you very much :)
The administrator has disabled public write access.

Problem of color display with my template 6 years 6 months ago #5988

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hi Manu
Thank you for using our products
Best regards
Bach Pham
The administrator has disabled public write access.
  • Page:
  • 1
  • 2
Time to create page: 0.126 seconds