Post not going under Post Page

Discussion in 'Traffica WordPress Theme' started by slumbee45, May 4, 2017.

  1. slumbee45

    slumbee45 New Member

    Joined:
    Feb 21, 2017
    Messages:
    5
    Likes Received:
    0
    Hello,
    I created a page (Blog) and assigned it as the post page under settings. However, when i post it doesn't go under that page. When i click the blog page it takes me back to the homepage
     
  2. slumbee45

    slumbee45 New Member

    Joined:
    Feb 21, 2017
    Messages:
    5
    Likes Received:
    0
    Please can i also get CSS for total white background for the theme? Thanks
     
  3. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    I would like to let you know that for the blog pages, you don't need to set anything under the settings. You just need to create a page and assign it the blog template from the option provided in the page editor section. You can have a look at the attached screenshot below.
    2017-05-04_10h43_55.png

    Next, to change the background color, just paste the code given below in Custom CSS section
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    body {
        background: #000;
    }
    
    Note:- Please change the color code accordingly.

    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  4. slumbee45

    slumbee45 New Member

    Joined:
    Feb 21, 2017
    Messages:
    5
    Likes Received:
    0
    Thank you for your reply. I was able to sort out both issues based on your recommendations.

    Best Regards
     
  5. slumbee45

    slumbee45 New Member

    Joined:
    Feb 21, 2017
    Messages:
    5
    Likes Received:
    0
    One more question please, how do i remove the "read more'' link under a post/page?
     
  6. nitin

    nitin Guest

    Hi,

    Hope you are doing good...!

    To remove the Read More button, just use the custom CSS code given below:-

    Code:
    .Portfolio .carousel-post-readmore a {
        display: none;
    }
    
    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     

Share This Page