Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1274830
    Garry
    Participant

    Hi X theme,
    I have question about category archive page:
    1. How can I edit “Category Archive” text on the top of the page because I want to changed it.
    2. How to adding margin or padding to the content because Its like doesnt have any padding on the left side of the page.

    Thankyou very much

    #1274832
    Garry
    Participant
    This reply has been marked as private.
    #1274847
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in!

    1. Please add the following jQuery script in your Customizer via Appearance > Customize > Custom > Edit Global Javascript

    jQuery(document).ready(function($){
    	$('.archive.category .h-landmark span').html("Write Something Cool here");
    });

    2. Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .archive.category .x-main.left {
        padding-right: 35px;
        padding-left: 35px;
    }

    Let us know how this goes!

    #1275525
    Garry
    Participant

    Thankyou for your help Nabeel, I managed to finish it.
    Wish you luck 🙂

    #1275555
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1274830 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>