Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2838232
Penci Image Gallery & Widgets
Closed

Comments

  •  1
    Rebbi started the conversation

    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!

  •  2,493
    PenciDesign replied

    Hi,

    1. Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .mfp-arrow:before,
    .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';
    }
    2. Please also copy the CSS and paste to Appearance → Customize → Custom CSS:

    .penci-sidebar-content h1,
    .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;
    }
    3. Please install the No Category Base plugin: https://wordpress.org/plugins/no-category-base-wpml/

    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.


  •  1
    Rebbi replied

    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! :-)

  •  2,493
    PenciDesign replied

    Hi,

    Please send me your site URL. I'll check and send you a solution.

    Regards,
    PenciDesign.


  •   Rebbi replied privately
  •  2,493
    PenciDesign replied

    Hi,

    I've edited your site.

    Please check.

    Regards,
    PenciDesign.


  •  1
    Rebbi replied

    Great support! Thank you so much!

  •  1
    Rebbi replied

    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?

  •  2,493
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS, find this code then delete it:

    .about-widget .about-me-heading {
        font-weight: bold;
    }

    Regards,
    PenciDesign.