Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1127274
    arthurdupuy
    Participant

    Hello X,

    Here is the webpage I’m building: http://www.alveusclub.com/college-lycee-v2 (password : arthure)

    1) Could you give me a code to have the blue arrow (one the yellow part) like the image as you can see attached :

    2) Is it possible to have the yellow part with a fixed height (blue part height) ?

    3) How can i have title at the top of the each table (like image attached) ?

    Thank you very much !

    Arthur

    #1127406
    Christian
    Moderator

    Hey Arthur,

    Regretfully, those aren’t features of Cornerstone. It is possible with custom development which is outside of the scope we can offer. You might want to contact our trusted partners who caters X setup and customization needs. Please see https://community.theme.co/custom-development/

    Thank you for understanding.

    #1128461
    arthurdupuy
    Participant

    Thank you for your answer, you don’t have solution even for the small blue arrow…?

    Please !
    Thank you

    Arthur

    #1128880
    Nabeel A
    Moderator

    Hi again,

    For blue arrow you can add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .x-nav-tabs-item a:hover:after {
        width: 0;
        height: 0;
        border-top: 28px solid transparent;
        border-bottom: 28px solid transparent;
        border-left: 28px solid #08203b;
        content: '';
        position: absolute;
        right: -28px;
        z-index: 9;
        top: 1px;
    }
    .x-nav-tabs.left>.x-nav-tabs-item, .x-nav-tabs.right>.x-nav-tabs-item {
        position: relative !important;
    }

    Further customization from here would be getting into custom development, which is outside the scope of support we can offer. If you need more in depth changes, you may wish to consult with a developer. X is quite extensible with child themes, so there are plenty of possibilities.

    Thanks for understanding.

    #1130705
    arthurdupuy
    Participant

    You ‘re really great Nabeel !!
    It works perfectly.

    However, is it possible to have those arrows on hover and ACTIVE item ?

    Thanks again !

    #1130730
    Thai
    Moderator

    Hi There,

    Please update the previous CSS to this:

    .x-nav-tabs-item a:hover:after,
    .x-nav-tabs-item.active a:after {
        width: 0;
        height: 0;
        border-top: 28px solid transparent;
        border-bottom: 28px solid transparent;
        border-left: 28px solid #08203b;
        content: '';
        position: absolute;
        right: -28px;
        z-index: 9;
        top: 1px;
    }
    .x-nav-tabs.left>.x-nav-tabs-item, .x-nav-tabs.right>.x-nav-tabs-item {
        position: relative !important;
    }
    #x-section-3 > div:nth-child(2) > div > ul > li:nth-child(3) > a:after {
        border-top: 37px solid transparent;
        border-bottom: 37px solid transparent;
    }

    Hope it helps 🙂

    #1133207
    arthurdupuy
    Participant

    Thank you !!

    #1133439
    Lely
    Moderator

    You’re welcome!

    Cheers!

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