- This topic has 19 replies, 5 voices, and was last updated 3 years, 4 months ago by
David.
-
AuthorPosts
-
November 24, 2022 at 8:26 am #2431504
Rafael
Hi…..
Why download bottom is not displayed here??:
Here is the link……….
https://www.rmendez.pro/leyes/ley-3-02-sobre-registro-mercantil/
What I am doing wrong!!!!
Apreciate you help…………..
November 24, 2022 at 10:43 am #2431674Leo
StaffCustomer SupportHi there,
Not sure if I fully understand.
That looks like a WP core block which the theme doesn’t have any control over.
I just clicked on the Download link and it worked for me though.
Let me know if I’m missing something here.
November 24, 2022 at 10:45 am #2431677Rafael
I refer to show something like this…………..
November 24, 2022 at 12:07 pm #2431763Leo
StaffCustomer SupportHmm do you see the actual button style in the editor?
November 24, 2022 at 12:53 pm #2431807Rafael
No…but I see it in the frontend………
November 24, 2022 at 2:22 pm #2431924Leo
StaffCustomer SupportSorry I’m a bit confused again.
So the issue is in the editor and not the front end?
November 24, 2022 at 6:20 pm #2432091Rafael
The issue is in the front end…………..
November 24, 2022 at 7:00 pm #2432116Fernando Customer Support
Hi Rafael,
Are you referring to the Button not displaying as it should in the Frontend compared to what’s set in the Editor?
For clarity, can you take a screenshot of the Block settings of this Download button on the Backend as well?
November 24, 2022 at 7:22 pm #2432133Rafael
Here you have…………
November 24, 2022 at 7:52 pm #2432155Fernando Customer Support
Hi Rafael,
I see. This Block isn’t from GeneratePress or GenerateBlocks. It’s from WordPress. We have no control over that Block. Are you trying to alter how it looks in the front end?
If so, you can give the File Block a class of
cu-download-buttonin its class list. Example: https://share.getcloudapp.com/v1uEvWlvThen, add this through Appearance > Customize > Additional CSS:
.wp-block-file.cu-download-button .wp-element-button{ padding: 5px 10px; background-color: #7777ee; color: #fff; }You may change the values to your preference.
If you’re referring to something else, let us know.
November 25, 2022 at 5:00 am #2432830Rafael
Hi Fernando…..
I copied the css code and insert the class in the post, but still no show the bottom.
See here……
November 25, 2022 at 6:09 am #2432953David
StaffCustomer SupportHi there,
remove any CSS you have so far, and add this CSS:
.wp-block-file *+.wp-block-file__button { background-color: var(--accent); color: var(--base-3); }November 25, 2022 at 7:22 am #2433107Rafael
HI….
Still not working David………
I removed insert CSS and inser the class to the post….
See here…………
https://www.rmendez.pro/leyes/decreto-4807-sobre-control-de-alquileres/
November 25, 2022 at 7:34 am #2433135David
StaffCustomer SupportYou have an error in your other CSS – see this:
.grecaptcha-badge { visibility: hidden; } display: flex; }That is broken. Delete that and change it to:
.grecaptcha-badge { visibility: hidden; display: flex; }Then the other CSS will work.
November 25, 2022 at 7:38 am #2433141Rafael
Yes…….Thanks David…..its working now………
-
AuthorPosts
- You must be logged in to reply to this topic.