• 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: RSEdimo Custom.css Issue

RSEdimo Custom.css Issue 1 year 5 months ago #42393

  • selman
  • selman's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
Created a custom.css and entered a style with the font-weight changed from 400 (theme/template-20.css) to 700
(I want to change the weight of the h1 tag for page titles)
#rstpl-com_content .com-content-article .page-header h1 {
    font-weight: 700;
}

After clearing the cache the page showed that the custom.css was seen but it was bypassed for the original theme/template-20.css style
Seems like the custom.css is not being observed as the final authority for the theme css
What am I doing wrong or what is my incorrect expectation?
The administrator has disabled public write access.

RSEdimo Custom.css Issue 1 year 5 months ago #42400

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

If your website is public, can you please provide a direct URL so I can have a look? If it is private, please submit a support ticket.
The administrator has disabled public write access.

RSEdimo Custom.css Issue 1 year 2 months ago #42578

  • info5345
  • info5345's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
I have the same issue with RSedimo J4 version.

You can see the page here: csvi.woest-sport.nl

I also feel like the Javascript or so is not properly initiated.

Cheers
The administrator has disabled public write access.

RSEdimo Custom.css Issue 1 year 2 months ago #42580

  • dragos
  • dragos's Avatar
  • OFFLINE
  • Administrator
  • Posts: 564
  • Thank you received: 102
I'm not seeing the above CSS rule in your custom.css file, are you sure you or your server isn't using caching? that would explain why this new rule is not present.
The administrator has disabled public write access.

RSEdimo Custom.css Issue 1 year 2 months ago #42582

  • info5345
  • info5345's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
I am not the OP. But the problem exists with every rule in the custom.css file.
For example this page
The buttons are grey, should be blue. But custom.css doesn't override the style.css. (nor vm-ltr-site.css and vm-ltr-common.css)

You can compare it to the Joomla 3 version
Last Edit: 1 year 2 months ago by info5345.
The administrator has disabled public write access.

RSEdimo Custom.css Issue 1 year 2 months ago #42591

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

It appears that the component's CSS file is loaded after the custom.css file, thus you will need to defined more specific selectors in order for these to be applied. Note that this isn't template related, you can test the Joomla!'s default user.css file and you'll notice the same behavior.
The administrator has disabled public write access.
The following user(s) said Thank You: info5345
  • 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!