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 #1537875
Some configuration questions
Closed

Comments

  • Heisenberg_hb started the conversation

    I have some questions:

    1. Is there a way to change the custom colors of your color palette?
    2. Are the colors of the Header and the Footer different, because i selected the same color code on both and the color seem to be different.
    3. How can i..


      1. change the color this Button and the text field
      2. change the font and the Color of the Categories
      3. change the color of this Line and how can i avoid this gap
      4. change the social icons of the social box
      5. reorganize the mega menu items
      6. remove this little gap
    4. I somehow deleted some plugins i reinstalled some of the and i just wanted to ask if i have to install the WPBakery manually or if it's automatically in the theme?
    5. Last question i want to do a comment section where people can comment and register themselves for our MailChimp Newsletter. But there is one problem: the user can't change there profile picture. Are there any plugins you can recommend to solve this? I tried it with the native wordpress plugin but everytime i try to register the following error occurs.

    I hope you can help me,

    Greetings Marc

  •  2,699
    PenciDesign replied

    Hi,

    1/ It follow the color palette from Wordpress and we don't support to change it. I think you can fill the color code there to get fast result.

    2/ I see on your site. It's same color code and it's same color.

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

    #respond #submit, .wpcf7 input[type="submit"], .widget_wysija input[type="submit"], .widget input[type="submit"], .widget button[type="submit"], .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, #bbpress-forums #bbp_reply_submit, #bbpress-forums #bbp_topic_submit{ background-color: #dcae1d; border-color: #dcae1d; color: #ffffff; }
    .widget input[type="text"], .widget input[type="email"], .widget input[type="date"], .widget input[type="number"], .widget input[type="search"], .widget input[type="password"]{ color: #313131; }
    

    Change color codes #dcae1d and #ffffff and #313131 to any color code you want.

    3.2/ The font of that category name will follow fonts for heading titles, you can change font for heading titles via Customize > General Options > Font for Heading Titles.

    And add more this code to Customize > Custom CSS to change the color:

    .archive-box h1{ color: #00303f;  }

    3.3/ 3.3/ That line will follow the color of your child category items you hover on it. About the avoid, it will follow the height of your posts, it's auto and there is no way to avoid this. That gap appears because your child categories on the left side is too long, it make the category mega menu has more height => the gap appears.

    3.4/ Please check option for it via Customize > Header Options 

    3.5/ Do you mean remove/add or re-order it? If it's remove/add, just need go to Posts > Categories > edit category > un-select/select parent for that categories.

    If you mean re-order it, please use this plugin

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

    .featured-area{ margin-top: -60px;  }

    4/ You need install it manually because we didn't include WPBakery inside the theme. Check more about it here

    5/ Wordpress will auto get avatar from gravatar.com for global. If you want your users can set a custom avatar, you can try use plugin Simple Local Avatars - It will auto add a field for help your readers can upload a custom avatar in profiles page.

    And please note that: The support policy for all items on Envato Market doesn't include customization services - you can check support policy of Envato Market here - while you asked us a lot of question for custom work. Please limit it.


    Best Regards,

    PenciDesign

  • Heisenberg_hb replied

    Thank you for your awesome help.

    I registered your note regarding the support policy and i feel sorry for that...

    One question still remaining is:

    3.3) Is the color of line which follow the selected category changeable via css?

    3.4) I mean the social icons under a post not in the header is there a way to change these to the sites i want for example i want to remove the pinterest icon. I figured it out how to do it on the front page but now i want to change them under post if that is possible

    Greetings Marc

  •  2,699
    PenciDesign replied

    Hi,

    3.3/ It will follow the color of the category you hover on - check this image for more

    3.4/ It's social sharing icons - it helps your readers can share your posts on their social media - It's not social media from you.

    If you want to remove the pinterest sharing icon, you can add more this code to Customize > Custom CSS:

    .penci-post-share-box a:nth-child(5), .list-posts-share a:nth-child(4){ display: none; }

    About the color, you can change it via Customize > Colors for Single Posts

    Best Regards,

    PenciDesign