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 #1785268
fonts + adress
Closed

Comments

  • grafish_ started the conversation

    Hi

    I can't seem to change the fonts of the menu & footer.

    Is it possible to hide the 'portfolio-item' in the web adress?

    I'm now using the portfolio masonry for single portfolio, is it possible that my text appears before the pictures?

    Where do i hide the social media icons next to the text?

  •  1,845
    Elated replied

    Hi there,

    We are so sorry for the late response, we are handling a lot of tickets these days and the weekend days are behind us.

    1a. In Bolge options > Header you have 1st, 2nd etc menu level and there you can change font for the menu:

    1b. If you put the text widget to the footer you can change font for example with this CSS code:

    footer .textwidget p a {
        font-family: "Lato"!important;
    }
    

    2. There is no option for that through theme option. This is following Wordpress hierarchy for the custom post types (which portfolio is). You can change that slug for example, as a workaround, in Bolge option > Portfolio:

    3. For this template, if you want to move title area and the text, it would require some changing in the theme files, unfortunately. There is no option for that through theme options. Template that has this kind of layout is Portfolio slider:

    4. Did you manage to hide it, because we couldn't find it on your page:

    Let us know!

    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

    I managed to change the most things. But thanks for the information.

    I only have problems to change  the color & hover color of my footer (for example http://www.grafish.be/portfolio-item/patrick-parez-2/). I tried to change it in the widget modus but it's not working. I just want the text white and when you hover turn to cyan blue. The font should be Lato or Lora.

    Thank you

  •  1,845
    Elated replied

    Hi there,

    Try to paste this code in Appearance > Customize > Additional CSS:

    footer.eltdf-page-footer .widget_nav_menu ul li a:hover, footer .textwidget p a:hover, .eltdf-social-icon-widget-holder.eltdf-icon-has-hover:hover{
        color:#21e6c1!important;
    }
    footer.eltdf-page-footer .widget_nav_menu ul li a, footer .textwidget p a{
        font-family:"Lora";
    }
    

    Let us 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 is still some text (no link) in my footer that stays black? See PS. 
    Also, the spacing between the lines middle footer isn't the same as the menu left footer...

    My links aren't showing the right colors, but i did change the colors in the bolge options > text.
    They are still the colors of the template?

    Thank you

  •  1,845
    Elated replied

    Hi there,

    We are so sorry for the late response, we are handling a lot of tickets these days and the weekend days are behind us.

    This code will set your text in footer top to be white and decrease space:

    footer .eltdf-footer-top-holder p {
        color: #fff;
        margin-top: 0px;
        margin-bottom: 3px;
        line-height: 20px;
    }
    

    Can you tell us where on the website is this text from the screenshot? Send us URL so we can take a look. Thanks! 

    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.

    Link on page http://www.grafish.be/portfolio-item/noras/ doesn't hover in the cyan fluo. 
    Also text in footer is grey but it has to be black (normal text is black)...

  •  1,845
    Elated replied

    Hello,

    You can try to add this css underneath in Appearance >> Customize >> Additional CSS field:

    .eltdf-portfolio-single-holder .eltdf-ps-info-holder .eltdf-ps-info-item a:not(.eltdf-share-link) {
        color: #21e6c1;
    }

    As you can see in the following screenshot, it seems like links within your footer area are in the cyan color.

    If the problem still persists, please be more specific about it, provide me with the exact page link(s) where this is happening, and I can take another look. Some screenshots can be helpful as well.

    For any other issue you are facing please feel free to ask us and we will assist you as soon as possible. I will give my best to help you building your site.

    Thanks & Regards,
    Jerry


    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


    This problem isn't solved yet.

    So; on the page:http://www.grafish.be/portfolio-item/noras/ the link to Noras Audio (in the text right to the images) doesn't hover to the cyan i want. It's still the blue from the template. I can not change it with you css.

    In the footer (top footer) also on this page the links to mail & social media are grey. I don't want that. 
    They have to be black and when you hover cyan (hover is correct). How can i change the height of the footer? It's to high now.

  •  1,845
    Elated replied

    Hi there,

    I'm sorry for the late response, it's because of the weekend days and because of the Orthodox Christmas, which was yesterday.

    Did you manage to set this? I can see that now it's cyan:

    6950531296.png

    You can paste this code to set black color for the links in the footer:

    footer.eltdf-footer-top-skin-dark .eltdf-footer-top-holder .widget a:not(.eltdf-btn) {
        color: #000000;
    }
    

    Set smaller padding with this code:

    .eltdf-page-footer .eltdf-footer-top-holder .eltdf-footer-top-inner.eltdf-grid {
        padding: 65px 0;
    }
    

    Paste it in Appearance > Customize > Additional CSS.

    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


    Thanks for the info. Now this is all set.

    But I have another problem. on my portfolio grid, (grafish.be/work) the space under a portfolio item isn't the same as the space left and right. Can i change that so it's the same space under/above & left/right from a portfolio item?

  •  1,845
    Elated replied

    Hi there,

    Like I already wrote here: https://elated.ticksy.com/ticket/1841370/ you can set your content padding on your portfolio item. 

    Let me know if this is what you wanted to change!

    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.