Forum Replies Created

Viewing 20 posts - 9,781 through 9,800 (of 12,034 total)
  • Author
    Posts
  • in reply to: Sidebar Questions #159752
    Skandha
    Participant

    @otinsight:
    To change the font of the text widget
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #text-11 {
    	font-family:'Playfair Display', serif;
    }

    You seem to have figured out centering the social icons on the sidebar.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Can't remove a post #159751
    Skandha
    Participant

    @singe: To remove the empty space
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home #content {
        display:none;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    in reply to: Catch Base Pro Purchase #159749
    Skandha
    Participant

    @ta0102: You seem to have given inline css for the article boxes. Put max-width:100% and let me know if this solves the issue.

    Kind Regards,
    Skandha

    in reply to: How to change the text colour in search box widget to white? #159746
    Skandha
    Participant

    @atousa: You can use Yoast SEO plugin for this. Activate the plugin and Go to => Dashboard => SEO => Search Appearance => SEO Title => Make sure you have Site title

    Let me know if this solves the issue.
    Kind Regards,
    Skandha

    in reply to: Alt Text Error #159740
    Skandha
    Participant

    @jackmclean: There seems to be an issue with the title and alt texts. The issue will be fixed an update will be released very soon. Thank you for reporting the issue.

    Kind Regards,
    Skandha

    in reply to: archive sidebar #159734
    Skandha
    Participant

    @toerfiets: I am still not able to login to your site. Could you check again if the admin credentials you provided me are right. I would be easier for me to look into the issue if i could login to your site.

    Kind Regards,
    Skandha

    in reply to: title widget #159733
    Skandha
    Participant

    @toerfiets: Sorry for the late reply.
    To decrease the font size of text in the primary sidebar
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #ct-featured-post-5 .entry-summary {
          font-size:12px;
    }

    Let me know if this is what you want.
    Kind Regards,
    Skandha

    in reply to: Decreasing content width #159677
    Skandha
    Participant

    @tempar: Use the following code instead of the previous one.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code

    @media screen and (min-width:64em) {
    	#page {
                 padding:0 20px;
    	}
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Can't remove a post #159669
    Skandha
    Participant

    @singe: You must have select Homepage setting as Recent posts. Go to => Appearance => Customize => Homepage Settings => Your homepage displays as A static page.

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Align primary menu top right #159660
    Skandha
    Participant

    @evdel: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Catch Full Screen Pro: the header is not responsive #159658
    Skandha
    Participant

    @unseenmars: The image seems to be showing up fine on android phone and the issue seems to be only on iPhones. I will look into the issue and get back to you soon.

    Kind Regards,
    Skandha

    in reply to: Header Image cutting off #159657
    Skandha
    Participant

    @zmcneil: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: how to make the header bar smaller on mobile #159656
    Skandha
    Participant

    @adeptvisuals: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width:64em) {
    	.site-branding {
    		padding:0 !important;
    	}
    	.custom-logo {
    		margin:0;
    		max-width:100px;
    	}
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    in reply to: Sidebar Questions #159653
    Skandha
    Participant

    @otinsight:
    1. Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .image.wp-image-34.attachment-medium.size-medium {
         width:100%;
    }

    2. Yes, you can do that. Please add the text using a text widget and let me know then I can provide you the additional CSS do use Playfair font on it.

    3. Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #media_image-9, #text-11 {
         margin-bottom:0;
    }

    4. Can you explain the 4th point? I wasn’t able to understand what you meant.

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Arrow down in menu bar #159652
    Skandha
    Participant

    @diibify: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .chicago-nav-menu li > a:after {
        content: "\f502";
        font-family:Genericons;
        font-size:12px;
        margin-left:10px;
    }
    
    .chicago-nav-menu li > a:only-child:after {
        content: "";
    }
    
    .chicago-nav-menu li li > a:after {
        content: "\f502";
        font-family:Genericons;
        position: absolute;
        right: 5px;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: How to change the text colour in search box widget to white? #159583
    Skandha
    Participant

    @atousa: This may be because you have kept the site title empty. Go to => Appearance => Customize => Site Identity => Give a title and if you don’t to display the title leave the option Display Site Title and Tagline unchecked.

    Let me know if this solves the issue.
    Kind Regards,
    Skandha

    in reply to: Blog Post Category and Tag Issues #159562
    Skandha
    Participant

    @ve3eby: It seems like there is an issue with displaying of categories and tags. I will check the issue and get back to you soon.

    Kind Regards,
    Skandha

    in reply to: Change height of Logo area and center logo. #159559
    Skandha
    Participant

    @tmefoster: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/clean-journal/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Decreasing content width #159558
    Skandha
    Participant

    @tempar: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #page {
          padding:0 20px;
    }

    You can change the padding according to your requirement.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Home menu title also appears at bottom of homepage #159528
    Skandha
    Participant

    @el-cee: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

Viewing 20 posts - 9,781 through 9,800 (of 12,034 total)