Post a link to that page and be very very specific about what you're trying to change and how
SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT
After looking at the issue for a week, I'm wondering if maybe just applying a general css override may work (instead of just applying it to a page). I have tried to apply the css override to resolve the conflict...but I'm not a coder. Can you please tell me what I'm missing?
Already had a custom css file for a responsive table, so just added the code here. Unfortunately nothing changes.
Post a link to that page and be very very specific about what you're trying to change and how
SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT
There's no link/url in your Secure post... only un/pw... and I still need you to be detailed about what you want changed and how... circling the field and code in your screenshot does not help me understand exactly what you're trying to achieve
SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT
OK, thank you for that... now what exactly is that you want changed? No where in any of your posts have you said what it is that you want to change...
SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT
When editing in DP calendar, the select button is conflicting with the template. I'm trying to change the button so that it's not interfering with editing on the front end. Attaching how it currently shows. When in firebug, editing the code, this is how it's corrected.
ok, take that code and put it in a custom css file
This is how to create a custom CSS file compatible with Gantry 4:
Simply create a file called "<TEMPLATENAME>-custom.css" and put this file in the CSS folder of the template (where <TEMPLATENAME> is the name of the template as seen in template manager e.g. rt_voxel). GANTRY4 will automatically load this CSS file. If you wish, you can also have browser specific files by appending, for example, "-ie9" making the filename "<TEMPLATENAME>-custom-ie9.css"
SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT
I have the custom css file already. So just putting the piece of code that needs overwritten won't work? I need to copy the entire file and put it into the custom css file? Currently I have the code which corrects the conflict while in firebug in the custom css file...but it is not working.