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 #2441789
fontype and others
Closed

Comments

  • luckyathena started the conversation

    Hi there, 

    1.I would like to alter the font size of "categories" both on pc and phone view, how could i do that? see photo a.

    2. How could I make below page with "a sidebar at right?" 

    https://nawife.blog/article


    Totally newbie, thanks a lot. 


  •  2,699
    PenciDesign replied

    Hi,

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

    .cat > a.penci-cat-name{ font-size: 11px; }
    

    Change value 11 to value as you want.

    2/ You can select Template for this page is "Page VC Builder With Sidebar" - check this image


    Best Regards,

    PenciDesign

  • luckyathena replied

    Dear Sir/Ma'am,

    Thanks for your reply.

    For the answer #1, it could apply on PC, but it failed on phone display. Please see image "phone.png" as attached.

    Also, I would like to ask what if I want to make the font size of "post title", and the "post context" of the article bigger shown on "phone and pc" display, how could I do that?  (photo 2 as below attached, yellow circled for title and context) 

    Another question, the colors for the "lines" of side bar  (please see photo 2, the circled extra strange lines)  https://nawife.blog/article/ Actually, whole lines on this page is strangely connecting in both colours, how could I make each line colour all in #95a1ae ?

    Thanks.


  •  2,699
    PenciDesign replied

    Hi,

    1/ Please add more this code to Customize > Custom CSS to apply this for mobile:

    @media only screen and (max-width: 479px){
    .cat > a.penci-cat-name, .penci-grid li .item .cat a, .penci-masonry .item-masonry .cat a {
        font-size: 17px;
    }
    }
    

    2/ As I see you're using Elementor to config your homepage, so you can change it via Elementor.

    3/ You can check options for it via Customize > Options & Colors for Sidebar.


    Best Regards,

    PenciDesign