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 #2428806
Index Button
Closed

Comments

  • Marquinhos100 started the conversation

    Hello!

    1. How do I change color for hover text and button hover background for "See All" in the recipe index page?

    2. In the single post: 1.How do I change color for post title in previous/next post section.

                                         2. How do I change color for the title "You Might Like" .                                    

                                         3. How do I change color for the title of the post under You Might Like.

                                         4. Is it possible to change colors for: "Leave your comment" and title "Comments"

    Thank u.

  •  2,697
    PenciDesign replied

    Hi,

    1/ Please try add more this code to Customize > Custom CSS to do that:

    .penci-recipe-index-wrap .penci-index-more-link a:hover{ opacity: 1; background: #ff0000; color: #ffffff; }
    

    Change color codes above ff0000 and ffffff to any color code as you want.

    2/ Please try add more this code to Customize > Custom CSS to do that:

    .post-pagination a{ color: #ff0000; }
    .post-pagination a:hover{ color: #ffff00; }
    .item-related h3 a{ color: #fff000; }
    .item-related h3 a:hover{ color: #0000ff; }
    #respond h3.comment-reply-title span, .post-box-title{ color: #ff0000; }

    Best Regards,

    PenciDesign

  • Marquinhos100 replied

    Thank you for help, everything worked fine. Just I came across few more things regarding colors.

    1. How do I change hover color in recipe index for post title?

    2. Featured Slider: Enable Flat Overlay Replace with Gradient Overlay/Style10 /Featured Slider Overlay Color- it doesn't change the color. Is it possible to change?

    3. I have attached screenshot from my website, I would like to change color for the stars and lines that I have marked on the screenshot attached (single post). The Rate Recipe Stars on mobile are changed to color I would like but it doesn't change in desktop view, not sure if that's theme problem or wp recipe maker plugin.

  •  2,697
    PenciDesign replied

    Hi,

    1/ Please try add more this code to Customize > Custom CSS to do that:

    .penci-recipe-index-wrap .penci-recipe-index-title a:hover{ opacity: 1; background: #ff0000; color:

    2/  Please try add more this code to Customize > Custom CSS to do that:

    .penci-flat-overlay .penci-slide-overlay .penci-mag-featured-content:before{ background-color: #ff0000; }
    

    3/ To change the line, please try add more this code to Customize > Custom CSS:

    #respond h3.comment-reply-title span:before, .post-box-title:before{ background-color: #ffff00; }
    

    For change color for stars - it's not element from our theme. You need to control it for yourself or ask author of plugin created those stars about this.


    Best Regards,

    PenciDesign

  • Marquinhos100 replied

    Thank you for your help. 

    1.The code number 2 didn't work, it became red when I added to CSS do you have other code to try? I attached screenshot for you to see what exactly I am talking about. After I added the code the color on the slider styed black and my color not appeared.

    .penci-flat-overlay .penci-slide-overlay .penci-mag-featured-content:before{ background-color: #ff0000; }

    2. How do I center text in the side bar for quote and title of the posts under widgets: Soledad Popular Post, Soledad Recent Post, Soledad Related Post.

  •  2,697
    PenciDesign replied

    Hi,

    1/ Please try add more this code to Customize > Custom CSS to do that:

    .penci-flat-overlay .penci-slide-overlay .penci-mag-featured-content:before{ background-color: rgba(129, 68, 97, 0.5); }

    Change values 129, 68, 97 to R, G, B values of your color. You can get RGB values for a color here - check this image.

    And change value 0.5 to opacity value you want for your overlay color.

    2/ Please try add more this code to Customize > Custom CSS to do that:

    .quote-widget > p, .widget ul.side-newsfeed li .side-item .side-item-text h4, .widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta {
        text-align: center;
        display: block;
    }
    

    Best Regards,

    PenciDesign

  • Marquinhos100 replied

    Hi,

    1.None of the codes worked that you have sent me, please see attached screenshot.

    2. I am not sure if something happen to the theme after I added the codes that you sent me but now I do have problem with changing color in Page Header Option. Enable Page Header for Pages I have set as yes, but now the color in the background is as default (grey) and previously I had as #8c3862. When I try to change it doesn't respond to command. Actually none of the changing colors respond there in that tab.

    Many thanks.

  •  2,697
    PenciDesign replied

    Hi,

    You're missing a close }  in your codes, it caused the issues.

    Check this image: http://prntscr.com/svmcc1


    Best Regards,

    PenciDesign

  • Marquinhos100 replied

    Hi!

    1.Is it possible to get different color only for title (heading text color) in the widget Header Signup Form? Because when I am changing the text color it changes both text and title.

    2. Does your theme have a filter? ex. search recipes by category or ingredients, ect.


    Many thanks.

  •  2,697
    PenciDesign replied

    Hi,

    1/ I don't clear about this question. Please tell me more about this.

    2/ Unfortunately, currently this theme doesn't support for this feature.


    Best Regards,

    PenciDesign

  • Marquinhos100 replied

    Hi!

    1. I have attached now the screenshot(IMG_6094). That's a Header Sign Up Form from widget area. I can change the color in the customization but when I am changing from there both the heading and the text that is underneath changing and I would like to have the heading in green and the text in grey.

    2. Is it possible to add link with Privacy Policy next to Footer Copyright Text? (screenshot attached IMG_6096, IMG_6095)

  •  2,697
    PenciDesign replied

    Hi,

    1/ Please try add more this code to Customize > Custom CSS to do that:

    .penci-header-signup-form h4.header-signup-form{ color: #ff0000; }
    

    Change color code #ff0000 to any color code as you want.

    2/ You can do that by use HTML code like this for your footer copyright:

    <a href="YOUR_URL_PUT_HERE">Privacy Policy</a>

    And change YOUR_URL_PUT_HERE on the above code to privacy policy URL - include http:// or https:// on the URL.

    Also, you can use:

    <br>

    to drop a new line.

    Best Regards,

    PenciDesign

  •   Marquinhos100 replied privately
  •  2,697
    PenciDesign replied

    Hi,

    1/ You can add widget "Soledad Login/Register" widget to your sidebar to create login/register form.

    But, this theme doesn't support for save the posts in the favorites.

    2/ For create an recipe index - please check this video tutorial - watch to the end of video tutorial to understand all.

    If you're using Gutenberg editor, please use Classic element - check this image - and you can see the editor as on the video tutorial.


    Best Regards,

    PenciDesign