Changing parameters on new pages.

Discussion in 'ClassiCraft WordPress Theme' started by chester29, Jan 15, 2016.

  1. chester29

    chester29 Member

    Joined:
    Nov 19, 2015
    Messages:
    76
    Likes Received:
    3
    Location:
    France
    If I post a new page say about "gardening" how can I change the individual parameters of that page ?

    i.e. : Text Style, Text Size, Text Colour, Background Colour.

    If it is possible to do this, and it is done via the css, will this apply to every page or can each page be setup differently ?

    Thanks,
     
  2. priya

    priya Guest

    Hello Chester29,

    Greetings from InkThemes!

    You can create a different look & feel for a particular page by assign a class as I have mentioned in the screenshot given below, please have a look...

    add_content_div.png

    And after that apply CSS code for this page by adding below code in Custom CSS field of your dashboard.
    Code:
    .test {
        font-size: 20px;
        color: red;
        background: lightgray;
    }
    Note: Change numeric value and color as per your interest...

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
    chester29 likes this.
  3. chester29

    chester29 Member

    Joined:
    Nov 19, 2015
    Messages:
    76
    Likes Received:
    3
    Location:
    France
    Many thanks for the information Priya. I'll experiment with the various settings .
     
  4. chester29

    chester29 Member

    Joined:
    Nov 19, 2015
    Messages:
    76
    Likes Received:
    3
    Location:
    France
    Hi Priya, Just given it a quick try and everything is fine.

    However how do I apply some kind of "padding" to make the layout of the text better ?

    Thanks,
     
  5. priya

    priya Guest

    Hello,

    Please paste the code given below in Custom CSS field of your dashboard.
    Code:
    .test {
        padding: 20px;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
    chester29 likes this.
  6. chester29

    chester29 Member

    Joined:
    Nov 19, 2015
    Messages:
    76
    Likes Received:
    3
    Location:
    France
    Thanks Priya, I'll try it out today.
     
  7. chester29

    chester29 Member

    Joined:
    Nov 19, 2015
    Messages:
    76
    Likes Received:
    3
    Location:
    France
    Just the job that Priya - many thanks.
     
  8. priya

    priya Guest

    You're welcome...:)

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page