Home Forums Pro Themes Education Soul Pro Large images and large text posts

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #140698
    sukron-jazuli
    Participant

    hello, “Large images and large text posts

    I want the size of the date image to be small and the text to be small … because there are no rules for the EDUCATION SOUL PRO theme.

    can you give me a hint …? Looks really ugly because the size is too big ..

    I want a small size … this is the case in the form of the image I send at this link: https://ibb.co/M6p835z

    Thank you for your attention and help .. I will wait for a way to reduce the size of images and text that I have sent

    #140700
    sukron-jazuli
    Participant

    i have used this theme : EDUCATION SOUL PRO
    I have bought, please instructions yes … thank you

    #140742
    Psink
    Keymaster

    Hello @sukron

    There is no such setting in the theme to resize post title and date. But off course yes there is option available to do soo.

    Please follow my instruction

    Go to Admin Panel >> Appearance >> Customizer >> Additional Css, there you just add few css code then published and refresh, you will see the changes

    Here is the Css Code

    .custom-entry-date span.entry-day{
    	font-size: 24px;
    	width: 50px
    }
    .custom-entry-date span.entry-month{
    	font-size: 14px;
    	width: 50px;
    	padding: 8px 12px;
    }
    .entry-title a{
    	font-size: 16px;
    }

    You can change the title and date size as per your need from here.

    Hope this helps
    If you have any confusion please let us know, we are always here to help you

    Thank you
    Psink

    #140945
    sukron-jazuli
    Participant

    hello sir, I am very happy for your response … but there are some things that are still problematic …

    the distance is too wide
    – and –
    the letters in the title description are still large. You haven’t provided CSS settings for the description size.

    I’m waiting for the setting -> CSS … between page spacing and font size in the description

    for more details, please see this picture sir : https://ibb.co/pZLGsRQ

    thank you for the help sir

    #141039
    Psink
    Keymaster

    Hello @Sukron

    We apologize for getting late. Here is the css code as per your needs. Please add this code in Additional Css

    
    #primary article.hentry{
        Padding: 14px 20px;
        margin-button: 20px;
    }
    
    #primary article.hentry .entry-content p{
       font-size: 14px;
       margin-bottom:0px;
    }
    
    #primary article.hentry a.read-more:after {
       font-size: 13px;
    }
    
    #primary article.hentry a.read-more{
       font-size: 13px;
    }

    If you want to change css value. Please can change css value in the above codes as your requirement

    Hope this helps

    Regards,
    Psink

    #141052
    sukron-jazuli
    Participant

    hello sir, I am very happy for your response …

    sorry, this is another big size

    please give CSS instructions yes sir …

    Maybe this is the last one, please check here for my case : https://ibb.co/tXT32Hc

    PLEASE SORRY FOR DISTURBING YOUR TIME

    #141194
    Psink
    Keymaster

    Hello @Sukron

    Don’t be sorry. It’s our duty to help you out. Please use this CSS

    .single h1.entry-title{
        font-size: 20px;
    }

    Add this CSS in Additional CSS

    If you like our support. Please please help us by giving a review of our theme. It would be very appreciated to us
    here is the link
    https://wordpress.org/support/theme/education-soul/reviews

    I’m quite sure you will give us a review

    Thanks in advance for the review

    Regards,
    Psink

    #141219
    sukron-jazuli
    Participant

    thank you for your help sir .. really cool .. responded well

    #153353
    sukron-jazuli
    Participant

    Sorry in advance if I ask a lot of questions.. I think this text is too big..

    If I want this text size to be small, how do I do it sir?

    see this image: https://s.id/C6i4a

    #153554
    Psink
    Keymaster

    Add this CSS

    For footer widgets titles – adjust size as per your requrement

    
    #footer-widgets .widget-title{
        font-size: 20px;
    } 
    

    for footer widgets content

    
    #footer-widgets a, #footer-widgets p {
        font-size: 14px;
    }
    

    for footer navigation

    
    #footer-navigation li a {
        font-size: 14px;
    }
    
    #153576
    sukron-jazuli
    Participant

    thank for response sir
    Sorry in advance if I ask a lot of questions..

    If I want this text size to be small, how do I do it sir? Text in TAG!!!
    see this image: bit.ly/36cOCt2

    #154037
    sukron-jazuli
    Participant

    i’m really need you help.

    I want this text size to be small, how do I do it sir? Text in TAG!!!
    see this image: bit.ly/36cOCt2

    please response sir.. thank

    #154330
    Psink
    Keymaster

    Hello Sukron

    We are sorry for the late follow up

    Please add this CSS in the Additional Css

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

    You can adjust the size as per your requirement

    Regards,

    #154346
    sukron-jazuli
    Participant

    Thanks for the response sir, it’s okay”

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.