Top Bar not showing and help customising

Home Forums Jevelin Theme Top Bar not showing and help customising

Home Forums Jevelin Theme Top Bar not showing and help customising

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • seanpearse
    Participant

    Hi,

     

    I’ve got a few queries I’d be grateful if you could help me with. I’ll post them as three individual queries so they’ll be indexed and other customers might find the topic easier later on and prevent you from answering the same query again:

     

    1. I’ve enabled the top bar and customised the colour etc but it isn’t showing on the website, is it only applicable to certain header styles or is there something simple I’m overlooking? See attached screenshot of settings and also a screenshot of the finished design that I’m trying to achieve. If you could help me with customising the content of the top bar also that would be great. Here’s a link to the development site also: http://localseoireland.ie/dev_sites/thetaxclinic.ie/
    Attachments:
    You must be logged in to view attached files.

    Hi @seanpearse,

     

    I hope you are well today and thank you for your question.

     

    The top bar is only available on following second and third header layouts which you can set in the theme header settings. Currently you are using first header layout on your shared site.

     

    https://jevelin.shufflehound.com/header/second-header/

    https://jevelin.shufflehound.com/header/third-header/

     

    Best regards,
    Shufflehound team

    seanpearse
    Participant

    Hi Again,

     

    Thanks for this. I’ve got the top bar showing and have changed the font but would be grateful if you could help me aligning the text in each cell.

     

    I would like to have the text in the left cell left justified, centred in the middle cell and right justified in the third cell. I’ve tried entering the html in the theme settings but it just shows the full text.

     

    Any assistance would be much appreciated and here is a link to the dev site if you need it: http://localseoireland.ie/dev_sites/thetaxclinic.ie/

     

    Thanks,

    Sean

     

     

    Solution for this topic

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .header-contacts-item .header-contacts-details:nth-child(1) {
        text-align: left;
        padding-left: 10px;
    }
    
    .header-contacts-item .header-contacts-details:nth-child(2) {
        text-align: center;
    }
    
    .header-contacts-item .header-contacts-details:nth-child(3) {
        text-align: right;
        padding-right: 10px;
    }

    seanpearse
    Participant

    That’s perfect, thanks again for your prompt response and assistance. Excellent support

    You are always welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)