Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1043793
    drsefe
    Participant

    Hi Themeco support,

    1.) Would it be possible to remove(photo is attached below)?
    2.)After a link is pressed, is stays marked. It only happens in firefox. Photo is attached below. How can this be undone? If i go into Customizer-Typography and make Site Links totally transparent it goes away to some extent but it also makes portfolio menu transparent (Mark around links and portfolio are the same colour. Can be seen on a picture attached)

    Best Regards,

    Tine

    #1043798
    drsefe
    Participant

    Hi Themeco support,

    1.) Would it be possible to remove(photo is attached below)?
    2.)After a link is pressed, is stays marked. It only happens in firefox. Photo is attached below. How can this be undone? If i go into Customizer-Typography and make Site Links totally transparent it goes away to some extent but it also makes portfolio menu transparent (Mark around links and portfolio are the same colour. Can be seen on a picture attached)

    Best Regards,

    Tine

    #1044079
    Jade
    Moderator

    Hi Tine,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1044597
    drsefe
    Participant
    This reply has been marked as private.
    #1044687
    Rue Nel
    Moderator

    Hello Tine,

    Thank you for the very detailed information.

    1] To remove the feature image in the portfolio item, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .single-x-portfolio .entry-featured {
        display: none;
    }

    2] To remove the borders when the link is clicked, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    a:focus, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="checkbox"]:focus {
      outline: none !important;
    }

    We would loved to know if this has work for you. Thank you.

    #1045673
    drsefe
    Participant

    Hi Rue Nel,

    it works flawlessly. Thank you very much! 🙂 There is just one little thing left. Is it possible to remove “See it live” section in the portfolio item (picture attached below).

    Ii would like to thank everybody for your hard work!! You are an amazing company. 😉

    Best Regards,

    Tine

    #1045830
    Jade
    Moderator

    Hi Tine,

    Please add this code:

    .x-portfolio .entry-info {
        width: 100%;
    }
    
    .x-portfolio .entry-extra {
        display: none;
    }

    Hope this helps.

    #1046559
    drsefe
    Participant

    Hi Jade,

    it worked great! Thank you very much for your support.

    Best Wishes,

    Tine

    #1046572
    Rupok
    Member

    You are welcome Tine!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1043793 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>