Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1841370
details
Closed

Comments

  • grafish_ started the conversation

    Hi

    My website is almost done but i still have some issues:


    1) Portfolio slider (http://www.grafish.be/portfolio-item/magalie-guillaume/

    Where do i change the arrows? I would like to have white circles at the bottom of the pictures.


    2) Footer problem (http://www.grafish.be/about and other pages)

    My email is in grey, but it has to be in black as well. Tried using css but it doesn't change?

    Also there is a great space above my footer, can i change that somewhere?

    I would like to have it not so heigh.


    3) Instagram (http://www.grafish.be/about)

    I can't seem to link my instagram? It used to work but it was the wrong account and now it doesn't work anymore.


    4) portfolio single item problems (http://www.grafish.be/portfolio-item/magalie-guillaume/)

    Where can i change the 'back to home' button? Now it's still in the font & colour of the template. I would like it

    Where can i change the name of 'related pages'? Now there stands 'related pages' but i would like to change that.

    There's a lot of white space between the back to home button & related pages, can i change that?

  • grafish_ replied

    1) don't use a slider anymore so not a problem anymore

    3) used another plug in for my instagram so not a problem anymore

    Still problems with 2) footer & 4) back to home button & renaming 'related pages'.


    thx

  •  1,845
    Elated replied

    Hi there,

    2. I answered this question in one of the previous ticket, just take a look.

    4a. You can change the color of the 'back to home' button with this code:

    .eltdf-ps-navigation .eltdf-ps-back-btn a {
        color: #000000;
    }
    

    4b. Are you talking about this?

    4997553687.png

    You can change it either in theme files or you can paste this code in Appearance > Customize > Additional CSS:

    .eltdf-ps-related-posts-holder .eltdf-ps-related-posts-title {
        font-size: 0;
    }
    .eltdf-ps-related-posts-holder .eltdf-ps-related-posts-title:after {
        content:"Your text";
        font-size: 20px;
    }
    

    Just change text you want to set here. 

    4c. You can decrease that space with this code, just set smaller top margin:

    .eltdf-ps-related-posts-holder {
        margin: 50px 0 0;
    }
    

    Let me know if you have any other questions! 

    Best regards,

    Marie


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • grafish_ replied

    Hi there


    Thanks for the info; the most of it worked but still some small questions;

    1) What css do i need to also use change the space between footer & related projects? 

    2) I would like to put the 'back to home' button on the left of the screen (not centered) & also change the name, how do i do that?


    http://www.grafish.be/portfolio-item/noras/


    Thank you

  •  1,845
    Elated replied

    Hi there,

    1. In that portfolio item backend you can set smaller padding bottom (that number that I've pointed) to your content:

    4115247419.png

    2. Paste this code in Appearance > Customize > Additional CSS to move that to the left:

    .eltdf-ps-navigation .eltdf-ps-back-btn {
        text-align: left;
    }
    

    In the following ticket I replied you on the question about translation: https://elated.ticksy.com/ticket/1791310/

    Best regards,

    Marie


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.