• Resolved Denis B

    (@denis-b-1)


    Hello

    I am trying to reuse the same CSS I have on one catalog in this page:
    https://webagogie.com/sondages

    CSS:
    .prod-cat-header-div {display:none;}
    .upcp-end-detail-div {
    display: none;
    }
    .upcp-mid-detail-div {
    width: 65%;
    border-right: none;
    }
    .prod-cat-inner {
    margin: 0 13%;}

    .upcp-detail-item,
    .upcp-mid-detail-div {
    min-height: inherit;}

    .upcp-detail-image-div {
    width:29%;}

    .upcp-detail-image-div a {
    max-height: 200px;
    height:auto;}

    div.upcp-detail-image-div img {
    max-width: 100%;}

    in the page
    https://webagogie.com/comment

    But i doesn’t wok: not the same llok

    Can you tell me what to do to get the same catalog aspect than in https://webagogie.com/sondages

    Thank you very much in advance

    All the best

    Denis

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Denis,

    The only difference I see is that the new one defaults to the thumbnail view and has the sidebar. Just copy the shortcode you use for the old one and you should get the same thing for the new one.

    Thread Starter Denis B

    (@denis-b-1)

    Hello again
    i tried your solution i copy the same short code on the new catalog page:
    [product-catalogue id=’2′] on https://webagogie.com/sondages
    [product-catalogue id=’2′] on https://webagogie.com/comment

    but catalogs appearance are different ?
    have you another solution to keep igual the catalog appearnace igual: without layout, list, search, etc..

    Thank you in advnace

    Thread Starter Denis B

    (@denis-b-1)

    hello,
    I solved my issue
    I was forgeting to add into web page for that catalogue Id 3
    [product-catalogue id=”3″ sidebar=”No” search=”No” starting_layout=”Detail” excluded_layouts=”Thumbnail,List”]
    Then the CSS copied from my other catalog Id 2 works well

    Thank you very much for your help

    Hi Denis,

    Thanks for following up and posting the solution you found (it should be a great help to other users in the future ?? )!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how reuse the same CSS I already have in a catalog ?’ is closed to new replies.