Okay
  Public Ticket #603659
Same design on blog/portfolio/shop
Closed

Comments

  • Dag started the conversation

    Hi!

    I`m working on a site where the client wants to show three columns at the frontpage. The latest blogpost, the latest portfolio item, and the latest item from the shop, and he wants them to look the same.

    I`ve set up the latest from the portfolio in the middle as you can see, and this works out of the box. So does the blog, but I can`t find a way to only show a picture and not text, to make it match the design of the portfolio-item.

    It would also be great if I could show the latest item from the shop, just like the portfolio, with same design. It`s working in a way now, by creating a new portfolio-item and linking it to the shop. But then my client needs to change this for every time he gets a new product in the shop.

    So: Is there a way to make theese the columns look the same and make it so that it automatically shows the latest from each place (blogpost/portfolio/shop) ?

  •  8,470
    Tahir replied

    Hey ,

    No i am afraid this would require custom work .

    Best.


    ThemeNectar Support Team 

  • Dag replied

    Yes, I`m sure that I need to tweak it a bit, but is it possible? I feel I have good control on css, but I can`t seem to find a way to simply remove the text from the blogpost, to make it match, as it seems like the whole column with both text, links and image is the same.

    If I can`t fix it, is it possible to hire you to do this sort of work?

  •  8,470
    Tahir replied

    Hey Again,

    Could you setup a page with the three types on a dummy page so i can see whats different and what css is needed.

    Best.


    ThemeNectar Support Team 

  • Dag replied

    You can see it on the frontpage here: www.testsentralen.no/glenn

  •  8,470
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .home .blog-recent .col .post-header, .home .blog-recent .col .post-header~p {
        display: none !important;
    }

    Best.



    ThemeNectar Support Team