• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: css .rs_event_detail

css .rs_event_detail 2 years 3 weeks ago #41962

  • jason425
  • jason425's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 6
  • Thank you received: 1
Where can I find it change #F2F3F6 to a different color?

.rs_event_detail {
background: none repeat scroll 0 0 #F2F3F6 !important;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
box-shadow: 2px 1px 2px rgb(203 210 217 / 90%);
margin: 0 0 15px !important;
padding: 5px 10px !important;
}

Thanks
Jason
The administrator has disabled public write access.

css .rs_event_detail 2 years 3 weeks ago #41967

  • dragos
  • dragos's Avatar
  • OFFLINE
  • Administrator
  • Posts: 559
  • Thank you received: 102
Hello,

This can be located under:

media/components/com_rseventspro/css/site.css

..but note that if you will adjust this file, you will loose these changes upon updating the component. It would be best to change this by adding new CSS styles in one of your template CSS files which isn't overwritten on update.
The administrator has disabled public write access.

css .rs_event_detail 2 years 3 weeks ago #41969

  • jason425
  • jason425's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 6
  • Thank you received: 1
I was trying to follow your advice and do the custom way I did create a custom css file.

custom.scss in public_html/templates/rt_kraken/custom/scss

But it looks like the extension still overrides my custom css? When I refresh the page I see my settings in the inspect page but a line is crossed through it.

I was going to attach a screenshot but apparently we don't get to attach files..
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!