This topic has 2 replies, 2 voices, and was last updated 11 years by siokyee21.

  • Author
  • #6475
     siokyee21
    Participant

    Hi,

    1. How do I remove the sidebar from the category page?

    2. Please refer to this demo site, http://lackdesign.speedcubingstore.net/, how do I make the section under Welcome to Excel Global Tutors align to the left instead of center?

    Thanks

    #6534
     SQadmin
    Keymaster

    Hi,
    Please add this to sweetdate-child/functions.php

    COPY CODE
    
    /* category pages without sidebar */
    add_action('after_setup_theme','kleo_cat_sidebar');
    function kleo_cat_sidebar() {
    	add_filter('kleo_content_class','kleo_change_cat_sidebar');
    	remove_action('kleo_after_content', 'kleo_sidebar');
    }
    function kleo_change_cat_sidebar() {
    	return 'twelve';
    }
    

    2. Add this css to WP admin – Sweetdate – Styling options – Quick css box:

    COPY CODE
    
    #call-to-actions {
        text-align: left;
    }
    

    Then I saw you centred the whole text from the editor. Align it to the left from the page editor

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #6639
     siokyee21
    Participant

    That works! Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?