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 #2728019
Change something
Closed

Comments

  • PrimariusLoL started the conversation

    Hello,

    i have 2 quesitons.
    1. How can i hide this 4 boxes on mobile view? Attachment 1
    2. How can i change the color of the line to black? Attachment 2


    Br

  •  2,699
    PenciDesign replied

    Hi,

    1/ To do that, please add more this code to Customize > Custom CSS:

    @media only screen and (max-width: 479px){
    .container.home-featured-boxes{ display: none; }
    }
    

    2/ To do that, please add more this code to Customize > Custom CSS:

    .penci-recipe-index-wrap h4.recipe-index-heading > span:before, .penci-recipe-index-wrap h4.recipe-index-heading > span:after{ border-color: #000000; }

    Best Regards,

    PenciDesign

  • PrimariusLoL replied

    Hello,

    thanks that worked out perfectly for me.

    Another question: How can i change the font size and color of the lines on the front page (see screenshot 1)
    https://cakesbyvi.at/ 
    As i want to change the font to the same size and color etc. as front page (see screenshot 2) https://cakesbyvi.at/rezepte/
    Thanks for your help!

    Best regards

    Marcel

  •  2,699
    PenciDesign replied

    Hi,

    You can change font size/ color for this heading on the homepage via Customize > Homepage > Font Size > Font Size for Home Title Box and Customize > Homepage > Colors > Home Title Box Text Color

    You can change font size/color for heading on this page: https://cakesbyvi.at/rezepte/ via Customize > Recipe Options > Font Size > Font Size for Recipe Index Section Title AND Customize > Recipe Options > Colors > Recipe Index Section Title Color


    Best Regards,

    PenciDesign

  • PrimariusLoL replied

    Hi,
    that helped me alot but last 2 things.

    1. As you can see the line on https://cakesbyvi.at/rezepte/ is black and the line on https://cakesbyvi.at/ is #313131 how can i change the black one to this grey code? Screenshot 1,2
    2. How can i remove the instgram footer on some sites? Screenshot 3

    Br
    Marcel

  •  2,699
    PenciDesign replied

    Hi,

    1/ You can add more this code to Customize > Custom CSS to do that:

    .penci-recipe-index-wrap h4.recipe-index-heading > span:before, .penci-recipe-index-wrap h4.recipe-index-heading > span:after{ border-color: #313131; opacity: 0.5; }
    

    2/ Unfortunately, the theme doesn't support this feature. If you remove it, it will remove for all the pages.


    Best Regards,

    PenciDesign