New Landing How can we help? Atelier single directory view title

Viewing 14 posts - 1 through 14 (of 14 total)
  • Posted in: Atelier
  • #220362
    barkovsky
    Member
    Post count: 225

    hi there
    was wondering how to work with the single directory view title
    no hero or any custom way to change title ? area

    how to change that area ? color , let it disappear and use SPB ?

    kind regards

    BK

    #220452
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    No there aren’t any options by default to change this page, but if necessary we can provide some css to change the background color and text color.

    What do you want to change so we can see what is feasible with some css? Any mockup images will help.

    -Rui

    #220456
    barkovsky
    Member
    Post count: 225

    Hi Rui

    for me it would be the best to let the title area disappear
    and use the page builder for inserting my lyrics at the top
    possible ?
    or is the directory then scrambled ?

    #220467
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Add the code below to your custom css.

    This will hide the title

    .single-directory .page-heading {
        display: none;
    }

    This will hide the initial image, after this point starts the page builder content

    .single-directory figure {
        display: none;
    }

    give it a try

    -Rui

    #220469
    barkovsky
    Member
    Post count: 225

    Perfect

    Thx Rui

    have a nice day

    #220470
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great. Glad it’s sorted.
    -Rui

    #220731
    barkovsky
    Member
    Post count: 225

    Morning Rui

    used this code
    .single-directory figure {
    display: none;
    }

    and page builder pictures don’t show anymore in single directory item
    guess that was not the idea
    maybe you can rephrase the code for me

    kind regards

    BK

    #220737
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Yes that’s not the most accurate.

    Use this one instead.

    .single-directory figure:first-child {
       display: none;
    }

    -Rui

    #220742
    barkovsky
    Member
    Post count: 225

    still blanco pictures with last code Rui in page builder assets single directory page !

    collection of css code inside now
    that you know

    #dir-search-value {
    margin-top: 0;
    }
    .directory-results {
    width: 100%!important;
    padding-left:100px!important;
    padding-right:100px!important;
    }
    .single-directory .article-share {
    display: none;
    }
    .single-directory .page-content > .content-wrap {
    padding-left: 0;
    padding-right: 0;
    }
    .single-directory-map {
    display: none;
    }
    .single-directory .article-share {
    display: none!important;
    }
    .single-directory-map {
    display: none;
    }
    .single-directory .author-info-wrap {
    display: none;
    }
    .single-directory .page-heading {
    display: none;
    }
    .single-directory figure:first-child {
    display: none;
    }

    #220748
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Can you provide me a link to one directory item?

    -Rui

    #220750
    barkovsky
    Member
    Post count: 225
    This reply has been marked as private.
    #220761
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    This one will work.

    .single-directory .media-wrap:first-child {
        display: none;
    }

    -Rui

    #220767
    barkovsky
    Member
    Post count: 225

    Works / You’re the Best

    Thx Rui

    Have a Nice Day

    BK

    #220769
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Glad it’s sorted.

    -Rui

Viewing 14 posts - 1 through 14 (of 14 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register