Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1296627

    Hello all
    I have created a portfolio here at this homepage

    The following
    The scroll buttons on the left and right are much too high.
    Would it be possible to place them in the centre of the description?
    1 Printscreen

    Can I change the colour of this scroll button?
    background and font

    I am also missing these scroll buttons in the mobile view.
    2 Printscreen

    thanks in advance
    Kind regards
    Franz

    #1297100

    Hi Franz,

    Please try the following in Quick CSS under Enfold->General Styling:

    #top .avia-post-nav {
        top: 75%;
    }
    
    @media only screen and (max-width: 767px) {
    .responsive #top .avia-post-nav {
        display: block;
    }
    .avia-post-nav {
        top: 60%;
    }
    }

    Best regards,
    Rikard

    #1297111

    Thank you Rikard
    works great

    I have changed the background color
    how can i change the color for mouseover

    kind regards
    Franz

    #1297619

    Hi Franz,

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab and adjust the RGBA value as needed

    
    #top .avia-post-nav:hover {
        background: rgba(200,0,0,0.8);
    }
    

    Best regards,
    Yigit

    #1297623

    Thanks a lot Yigit
    fits great

    One more question
    How can I right at the assortment
    Link Below:
    Format the large text

    At the start ” Alle ” on the left side
    Friendly greetings
    Franz

    #1297916

    Hi Franz,

    Please try this CSS as well:

    #top .av-sort-yes-tax .av-sort-by-term {
        float: left;
        margin-left: 30px;
    }

    Best regards,
    Rikard

    #1297920

    Hallo Rikard
    Thanks a lot
    Right justified fits great now

    How can I format the first label Alle (smaller and a different color)?

    thanks and
    kind regards
    Franz

    #1297967

    Hi Franz,

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab and adjust as needed

    
    #top .all_sort_button {
        color: red;
        font-size: 12px;
    }
    

    Best regards,
    Yigit

    #1297968

    sorry
    I mean far left
    I have made a printscreen

    kind regards
    Franz

    #1297977

    Hi Franz,

    Thanks for clarification! :)

    Please use following code instead

    #top .av-current-sort-title {
        color: red;
        font-size: 14px;
    }

    Best regards,
    Yigit

    #1298012

    many thanks Yigit

    now it fits great
    as always a great support

    you can close this request

    kind regards
    franz

    #1298016

    Hi,

    You are welcome, Franz!
    Let us know if you have any other questions and enjoy the rest of your day! :)

    Regards,
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘scroll buttons on the desktop lower (mobile not visible?)’ is closed to new replies.