I am using Soledad-Theme with great enthusiasm.
:)
I have following questions:
1. Elementor, Penci Image Gallery: How can I change the design of the "next picture"-buttons? (please see attachment: at the moment there are these green boxes, I prefer simple white arrows)
2. Main Sidebar / Widgets / About Me: How can I change the heading text to bold letters?
3. Can I remove/delete the designation „catergory“ in the URL, so it only shows website.de/travel and not website.de/category/travel for example?
4. Customizer, GDPR-Policy: How can I change the hover-text-color and the hover-background-color for the „Accept-button“?
How can I change the hover-text-color „Read more-Button“?
For 1: It is
unfortunately not working. Maybe I explained it wrong.
Please
see attachment of the current design/arrows after adding the custom
CSS and also an example-picture of arrows I would like them to have.
For 2: It's not
working, nothing changed after adding custom CSS. See attachment.
So sorry for the
circumstances, but I would like to change back the bold letters in
the about me-widget heading-text to normal text.
I was able to
find the CSS in the Ctrl
+ Shift + i „CSS
Inspection“, but I don‘t know how to save changings.
Could
you please help or give me a rough instruction how oder where to do
it?
Hello!
I am using Soledad-Theme with great enthusiasm. :)
I have following questions:
1. Elementor, Penci Image Gallery: How can I change the design of the "next picture"-buttons? (please see attachment: at the moment there are these green boxes, I prefer simple white arrows)
2. Main Sidebar / Widgets / About Me: How can I change the heading text to bold letters?
3. Can I remove/delete the designation „catergory“ in the URL, so it only shows website.de/travel and not website.de/category/travel for example?
4. Customizer, GDPR-Policy: How can I change the hover-text-color and the hover-background-color for the „Accept-button“? How can I change the hover-text-color „Read more-Button“?
Thanks!
Hi,
1. Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
.mfp-arrow:before,
2. Please also copy the CSS and paste to Appearance → Customize → Custom CSS:.mfp-arrow:after,
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b,
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
border: 0;
opacity: 1;
font-size: 32px;
color: #fff;
} .mfp-arrow-left:before {
font-family: penciicon !important;
content: '\f11d';
} .mfp-arrow-right:before {
font-family: penciicon !important;
content: '\f11c';
}
.penci-sidebar-content h1,
3. Please install the No Category Base plugin: https://wordpress.org/plugins/no-category-base-wpml/.penci-sidebar-content h2,
.penci-sidebar-content h3,
.penci-sidebar-content h4,
.penci-sidebar-content h5,
.penci-sidebar-content h6,
.penci-sidebar-content .penci-border-arrow .inner-arrow {
font-weight: bold;
}
4. Please copy and modify the CSS below:
.penci-gprd-law .penci-gprd-accept:hover {
color: #fff; /* accept hover color */
background-color: #000; /* accept more hover background color */
} .penci-gprd-law .penci-gprd-more:hover {
color: #000; /* read more hover color */
}
Regards,
PenciDesign.
Hi!
Thanks for your prompt reply.
For 1: It is unfortunately not working. Maybe I explained it wrong. Please see attachment of the current design/arrows after adding the custom CSS and also an example-picture of arrows I would like them to have.
For 2: It's not working, nothing changed after adding custom CSS. See attachment.
For 3: Thanks, it's working! :-)
For 4: Thanks, it‘s working too! :-)
Hi,
Please send me your site URL. I'll check and send you a solution.
Regards,
PenciDesign.
Hi,
I've edited your site.
Please check.
Regards,
PenciDesign.
Great support! Thank you so much!
Hi again!
So sorry for the circumstances, but I would like to change back the bold letters in the about me-widget heading-text to normal text. I was able to find the CSS in the Ctrl + Shift + i „CSS Inspection“, but I don‘t know how to save changings. Could you please help or give me a rough instruction how oder where to do it?
Hi,
Please go to Appearance → Customize → Custom CSS, find this code then delete it:
.about-widget .about-me-heading {
font-weight: bold;
}
Regards,
PenciDesign.