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 #2406711
technique issue
Closed

Comments

  • nomadbama started the conversation

    Hi, we have 3 questions about my theme:

    1. We are using the colored theme. But on the home page and archive page (like category page), we cannot adjust the line spacing of the post titles and other post details. Can you let us know how to do that?

    2. I want to use the font “Noto serif JP” for my whole website. I downloaded a google font plugin. Then I can change the most of the font into this except for the worlds in menu bar and side bar. Can you teach me how to do so?

    3. At homepage and archive page, I set grid 3 columns. With Elementor I can only change the background color and make hover effect for all posts. But I want to apply it to each single post instead. Which means when the mouse is at a specific post, only that post get the effects. Can you teach me how to do so? Thanks!

  •  2,699
    PenciDesign replied

    Hi,

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

    .grid-header-box h3, .penci-grid li .item h2, .home-featured-cat-content .magcat-detail h3, 
    .penci-grid.penci-fea-cat-style-13 li .item h2{ line-height: 1.3; }
    .penci-grid li .item p, .penci-masonry .item-masonry p{ line-height: 1.7; }
    

    Change values 1.3 and 1.7 to value as you want. 

    If you're using Elementor to config your homepage, you can use Elementor to change the line height from settings for Elementor for that element.

    2/ Please go to Customize > General Options > "Font for Heading Titles" and "Font for Body Text" > and select that font.

    3/ Unfortunately, there is no way to do that at this moment.


    Best Regards,

    PenciDesign

  • nomadbama replied

    for question 2, I did this for many times, but the font didn’t have any change.. any css code I can add to change it directly? Thanks!

  • nomadbama replied

    and I also have another question..  

    may I know how to change category page title on tap of the browser? Now the title is the category name | category | site name, 


    what I want is category name | site name, with out the word category.

    I saw some people suggest to use custom taxomony to change but I didn’t get how to do it even by coping the php function. 

    How could I do this? Thanks :)

  •  2,699
    PenciDesign replied

    Hi,

    1/ Please make your site live and show me your site URL to I can take it a look.

    2/ Please install plugin Yoast SEO and change the settings for it via Dashboard > SEO > Search Appearance > Archive > SEO title.


    Best Regards,

    PenciDesign

  • nomadbama replied

    Hi! thanks so much for your previous help! It works :)

    I still have 3 questions:

    1. for the font style of the menu ba(can see from my photos), I have already   I downloaded a google font plugin to change it to ''Noto Serif JP'', however, I can only change the most of the font into this except for the worlds in menu bar. I followed your step(Please go to Customize > General Options > "Font for Heading Titles" and "Font for Body Text" > and select that font.) to change it, but it didnt work. What can i do..?

    2. I dont know why the sub-category on the menu bar should be at the side, but now it went under the post, what can i do?

    3. how can i change the line space between the photo and post title?

    many thanks!!

  •  2,699
    PenciDesign replied

    Hi,

    1/ Please try go to Customize > Logo and Header Options > Font for Menu Items > and change it.

    2/ Your config is wrong. Please go to to Appearance > Menus > on menu item you've selected to display category mega menu > remove all child menu items of that menu items.

    And add categories on the left side by set those categories is child categories of the category you selected to display mega menu.

    Check more on this video tutorial.

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

    .penci-grid li .item > .thumbnail, .penci-masonry .item-masonry > .thumbnail{ margin-bottom: 15px; }
    .grid-post-box-meta{ margin-top: 5px; }
    .penci-grid li .item .cat, .penci-masonry .item-masonry .cat{ margin-bottom: 0; }
    .penci-grid li .item .item-content, .penci-masonry .item-masonry .item-content, 
    .penci-grid .mixed-detail .item-content{ margin-top: 12px; }
    .penci-readmore-btn.penci-btn-make-button{ margin-top: 10px; }
    .grid-header-box{ padding-bottom: 12px; }
    

    Best Regards,

    PenciDesign

  • nomadbama replied

    HI~~ Thanks for your answer ;))) I still have more questions:

    1. the font for menu items didnt have noto serif jp, so i used google font plugin to change it. But it only can't change the menu bar's font

    2. how can i adjust the line spacing of sidebar?

    3. how to change the width of the sidebar? I want to make it more narrow, so the left session becomes widers. 


    Many thanks!!

  • nomadbama replied

    ALSO I WANNA ASK..Can I change the latest post style to 3 column like the photos? I can only find 2 column in my theme.. any css that i can add to change it? thanks!

  •  2,699
    PenciDesign replied

    Hi,

    Please make your site live and show me your site URL to I can take it a look.

    Best Regards,

    PenciDesign

  •   nomadbama replied privately
  •  2,699
    PenciDesign replied

    Hi,

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

    #navigation .menu li a{ font-family: "Noto Serif JP" !important; }
    

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

    .widget ul li, .widget ul li p{ line-height: 1.9; }
    

    Change value 1.9 to value as you need. Example: 2.0 or 1.7 or 1.6

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

    .penci-sidebar-content{ width: 25%; }
    .penci-single-style-10 .penci-single-s10-content, .container.penci_sidebar #main{ width: 75%; }

    Change values 25 & 75 to values as you want. Make sure total of this 2 values is 100.


    Best Regards,

    PenciDesign

  •   nomadbama replied privately
  •   nomadbama replied privately
  •  2,699
    PenciDesign replied

    Hi,

    1 & 7/ Unfortunately, this theme doesn't support for this feature.

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

    #footer-copyright *{ line-height: 1.6; font-size: 16px; }

    3/ It will auto display at 3 columns if you don't use sidebar. So, you can disable sidebar for homepage via Customize > General Options > un-check on "Enable Sidebar on Homepage".

    If you want to keep sidebar and change it to 3 columns, please try add more this code to Customize > Custom CSS:

    @media only screen and (min-width: 1170px){
    .container.penci_sidebar .penci-grid>li{ width: 31.62%; margin-right: 2.57%; }
    .container.penci_sidebar .penci-grid li:nth-of-type(2n+1){ clear: none; }
    .container.penci_sidebar .penci-grid li:nth-of-type(2n+2){ margin-right: 2.57%; }
    .container.penci_sidebar .penci-grid li:nth-of-type(3n+3){ margin-right: 0; }
    .container.penci_sidebar .penci-grid li:nth-of-type(3n+1){ clear: both }
    .penci-grid li .item h2 a, .penci-masonry .item-masonry h2 a{ font-size: 16px; }
    }
    

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

    .penci-container-inside.penci-breadcrumb span, 
    .penci-container-inside.penci-breadcrumb span a, 
    .container.penci-breadcrumb span, .container.penci-breadcrumb span a{ font-family: "Noto Serif JP" !important; }

    5/ Please go to Customize > General Options > un-check on "Enable Load More Button on Homepage"

    6/ It's not option for change font size for widget heading title - it's option for change font size for Footer Menu, Please add more this code to Customize > Custom CSS to do that:

    .footer-widget-wrapper .widget .widget-title .inner-arrow{ font-size: 18px; }

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

    @media only screen and (min-width: 1170px){
    .container{ width: 1000px; }
    }

    Change value 1000 to value as you want.

    9/ I just checked and I see it's normal:

    http://prntscr.com/slvbuc

    Also, I see you have too many questions for item customization - we've tried to help you all but it take much time for us.

    Please check Envato Support Policy here

    The support doesn't include: Item customization

    So, in the next time, we will can't help you more with questions for customization like that - because we can't provide supports like that for all 28k+ customers use this theme. We will helps about issues with error, config. Not modify the theme as Custom CSS as you're requirement

    Hope you can understand it.

    Best Regards,

    PenciDesign

  • nomadbama replied

    THANKS!Here are some more questions....
    1/  How do I adjust the line spacing(line height) and title font size of the footer column of my website?
    2/ I used this css, but the problem didnt solve...

    @media only screen and (min-width: 1170px){
    .container{ width: 1000px; }
    }


    3/I only have recent posts on my homepage, how can I add more widgets like popular post, categories sessions as well?
    4/ How can I increse the font size of the tag item? now they are too small
    Many thanks!

  •  2,699
    PenciDesign replied

    Hi,

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

    .footer-widget-wrapper .widget ul li a, .footer-widget-wrapper .widget ul li, .footer-widget-wrapper .widget, .footer-widget-wrapper .widget p{ line-height: 1.6; font-size: 16px; }

    2/ I just checked your site and I see it applied. Please check again your site on the front-end.

    3/ Please check option for enable popular posts via Customize > Homepage Options > Enable Popular Posts on HomePage

    And check this video tutorial to know how to add featured categories - watch to the end to understand all.

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

    .widget .tagcloud a{ font-size: 14px !important; }
    

    AGAIN:

    I see you have too many questions for item customization - we've tried to help you all but it take much time for us.

    Please check Envato Support Policy here

    The support doesn't include: Item customization

    So, in the next time, we will can't help you more with questions for customization like that - because we can't provide supports like that for all 28k+ customers use this theme. We will helps about issues with error, config. Not modify the theme as Custom CSS as you're requirement

    Hope you can understand it.


    Best Regards,

    PenciDesign

  •   nomadbama replied privately
  •  2,699
    PenciDesign replied

    Hi,

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

    .post-share a{ font-size: 20px; }
    


    Best Regards,

    PenciDesign

  •   nomadbama replied privately
  •  2,699
    PenciDesign replied

    Hi,

    Please try change the code I sent to this code:

    .post-share a{ font-size: 20px; }
    .post-share .penci-svg-line{ width: 20px; }
    

    Change 2 values 20 to value as you want.

    Best Regards,

    PenciDesign