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 #1256031
Change Link colour
Closed

Comments

  • Robert Jan started the conversation

    Im setting up my website based on the Diorama theme, but I have run into quite some problems. One is simply changing the link colour in this theme (on this page seen in the footer. Its now a very deep blue which is aweful on black. I tried several things but really cant figure it out.

    Inline and with Java I am able to change the hover and visited view, but really just need the default color to be changed. Could you show me how to do that in setting without eliminating the possibilities for hover and visited properties.

  •  1,845
    Elated replied

    Hello there,

    Thank you for choosing our theme and writing in.

    You can set it using some Custom Css code. You just need to paste this Css code into Elated Options > General > Custom Css field https://www.screencast.com/t/ealr8y39vXg , just set desired color of the link:( this will only apply initial color, not hover or active, and also it will apply on all links inside Footer Text Widgets ) so it will look like this https://www.screencast.com/t/09byTEc1

    footer .widget_text .textwidget a{
        color: red;
    }

    Please let us know if this solved the issue and if there is anything else we can do for you.

    Thanks.


    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.

  • Robert Jan replied

    Thank you very much for the reply and the assistance. Its great that it affected only the link in the footer. Sadly Im still failing to get a hover effect going myself. Would you also have a piece of code for that? 

    I also have another quick question about the side panel widgetbutton. For some reason the button is not showing correctly and I was wondering how to make these panels also appear in the portfolio menu. I have added the screens with it.

    If Im asking too many questions at once, Im sorry for that. We could also address them step by step.

    Thank you kindly :),

    Robert Jan

  • Robert Jan replied

    '' how to make these panels also appear in the portfolio menu.''

    Just solved the answer for this part of the question. I needed to toggle the widget menu but also needed to update the setting before previewing it. The changes were not showing in the preview. :P

  •  1,845
    Elated replied

    Hello Robert Jan,

    We are pleased to hear that other issue are solved. For the hover effect of the footer links please use this Custom Css code so it would look like this https://www.screencast.com/t/cKFKyZUmh 

    footer .widget_text .textwidget a:hover{
        color:red;
    }

    Again, it will only target links in the widgets of the Footer.

    Please let us know if there is anything else we can do for you.

    Thanks.


    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.

  • Robert Jan replied

    Hi!

    I just have the small question about the side panel widgetbutton left. For some reason the button is not showing correctly. 

    The link now works perfectly, thank! :D

  •  1,845
    Elated replied

    Hi,

    We are so pleased to hear that link issue is resolved

    For the new issue, it seems that you have changed that icon. To revert it to default state please go to Elated Options > Side Area and there find Side Area button icon pack and Side Area Icon and there set desired Icon Pack and Icon https://www.screencast.com/t/2vvwGulZOlB . Note that by default it is Linear Icons pack and icon is lnr-menu as you could see from previous screenshot.

    Please let us know if this solved the issues and if there is anything else we can do for you.

    Thanks.


    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.

  • Robert Jan replied

    Hi! 

    Ah super, that is now also revolved.
    Thank you very much :).

    Have a nice day!

  • Robert Jan replied

    I have one more little thing with the sidemenu/icon. I changed the Side Area menu and the icon but I want to change the position of the icon to the middle of the bar (its now positioned to low). I look around but could not find any settings for the padding of the icon. Is there a way to move it up a bit? 

    Kind Regards,

    Robert Jan

  •  1,845
    Elated replied

    Hello Jan,

    We are pleased to help  

    For the position of the mentioned icon please use this Custom Css code, just paste it into Elated Options > General > Custom Css field https://www.screencast.com/t/N4Re0q89RxZ :

    .eltd-page-header .eltd-menu-area .eltd-vertical-align-containers .eltd-position-right-inner .widget.widget_eltd_side_area_opener{
        margin-top: -15px;
    }

    Try different values and choose the one that satisfies your intentions.


    We hope it’s not too much trouble, but we’d really appreciate it if you could rate our theme on ThemeForest. Just visit the following link and select five stars next to our theme’s name: http://themeforest.net/downloads. This way you’ll be helping us improve our support services and make them even more efficient.


    Thanks.


    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.

  • Robert Jan replied

    I have just left the rating with a suitable comment. I am very pleased with the theme and especially your services :).

    Yes great! That fixed the position of the icon in the desktop-view menu. Sadly it has not affected the position of the icon when the top bar is in tablet/mobile mode. (Ive added a screenshot). 

    Could you provide me with the little string of code that can help me alter the position there as well? 

    Once again thanks in advance, I greatly appreciate your help.
    And ofcourse I wish you a nice weekend! 

  •  1,845
    Elated replied

    Hello there,

    Thank you so much for the rating and for the good review, we are so pleased you are satisfied with both theme and our services.

    Yes, that code applied only on the search opener in full screen menu and for the mobile icon pleas euse this Custom Css code( currently it is 30px and by reducing it it will go up )

    .eltd-mobile-header  .eltd-vertical-align-containers .eltd-position-right-inner .widget.widget_eltd_side_area_opener{
        margin-top: 20px;
    }

    Here is how it looks with this code on our side https://www.screencast.com/t/bRrapfS3 .

    Please paste this Custom Css code into Elated Options > General > Custom Css field as previous.

    Please let us know if this solved the issue and if there is anything else we can do for you.

    Thanks.


    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.

  • Robert Jan replied

    Good day,

    Perfect! That is exactly what I needed! 

    This issue is solved for me, thank you for your help. :)

    Kind Regards,

    Robert Jan

  •  1,845
    Elated replied

    Hi Robert Jan,

    We are pleased to help, if there is anything else we can do for you, please do not hesitate to ask.

    Thanks.


    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.