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 #1934368
subtitles and team details
Closed

Comments

  • Janell started the conversation

    Can you please provide me with some custom CSS to make the subtitles go below the main H1 title in all "Elated Section Titles". Furthermore, the info/contact details below each person on our team is not directly centered under their image. Can you also provide custom css to fix that?

    Thank you!

  • Janell replied

    Can someone please respond to me???

  •  1,845
    Elated replied

    Hello there,

    Welcome to your support management and thank you for choosing our theme!

    I apologize for the late reply, we have been getting a lot of messages daily and are trying our best to keep up with every request. I hope you can understand.

    1- In order to fix this issue please copy the following code into Appearance > Customize > Additional CSS or Elated Options > General > Custom CSS

    .eltdf-section-title-holder {
        padding-bottom: 7%;
    }
    .eltdf-section-title-holder h4.eltdf-section-subtitle {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    

    2- You can use the following code:

    .eltdf-team.eltdf-info-bellow .eltdf-team-image img {
        margin: 0 auto;
    }
    

    Hope this helps and if there is anything else that we can assist you with please don't hesitate to ask.

    Kind regards,

    Sean


    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.

  • Janell replied

    Thank you for responding! MY last concern is, all of my hyperlinks are hovering with the wrong color, no matter what I do. Can you please send me CSS to make all hyperlinks and navigations links change to #26a1a2 on hover/roll over?

    Thank you again.

  •   Elated replied privately