Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1419214

    mrsnooch
    Participant

    Hi,

    On jds2.badwolfproductions.co.uk I have a Slider Revolution in place under the masthead which is working great, however I have a hyperlink in there – the info@jdsbuilders.co.uk email address on the right hand side – and it is using the default settings of showing in red.

    I would like to change this to white, as well as increase the font a bit, as it’s quite small compared to the other text in the slide.

    What is the selector for this? I can see it has something to do with element.style , but I can’t figure out the unique identifier of that particular bit of text – I’m not too pro at CSS I’m afraid.

    I only want to affect the link style, not the ‘Email address’ text above it.

    Many thanks
    Mark

    #1419428

    Rahul
    Moderator

    Hi There,

    Thanks for writing in.

    Would you mind sharing us also your admin credentials so we could check your issue properly.

    Don’t forget to set it as private reply.

    Thanks.

    #1425557

    mrsnooch
    Participant
    This reply has been marked as private.
    #1425666

    Rahul
    Moderator

    Hi There,

    Thank you for contacting us 🙂

    You can edit these hyperlinks which are placed in your Slider Revolution’s text layer.

    Please refer to https://www.themepunch.com/revslider-doc/slide-layers/. This will give you step by step instructions to work with text layer and hyperlinks.

    Let us know if this helps.

    Cheers!

    #1425697

    mrsnooch
    Participant

    Thanks Rahul, I enabled the responsiveness and this worked on it.

    Could I ask another question, bit unrelated so let me know if I have to create a new thread.

    Same site – I have content on left, sidebar on right, but my breadcrumbs have disappeared.
    I have some code in place to remove the margin around the top of the page, which extend the banner image to full size, but even removing this code does not cause the breadcrumbs to re-appear. They are definitely switched on, and I have tried turning them off and on.

    Can you assist?

    Thanks
    M

    #1425706

    mrsnooch
    Participant

    Breadcrumbs appear perfectly fine on mobile, just not appearing at all on desktop.

    #1425986

    Paul R
    Moderator

    Hi,

    To fix it, you can add this under Custom > Edit Global CSS in the Customizer.

    
    body.x-navbar-fixed-top-active .x-navbar-wrap {
        height: 124px;
    }
    

    Hope that helps.