• Hi,
    I have a tab section on my website (still offline). It looks like this:

    View post on imgur.com

    I want to change the horizontal line colour (manually inserted when editing the tab content).

    Is there a code for that? If so, where should I insert it?

    I really appreciate any help you can provide.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Is there a code for that? If so, where should I insert it?

    The code will be SPECIFIC to your site. And we can’t help unless we can visit your site and check the live code on the site.

    In SOME cases, we might be able to help by looking at your theme’s demo site — if exactly the same issue exists on the demo site.

    Thread Starter inesmluis

    (@inesmluis)

    Hi @gappiah
    How can I access the theme’s demo site?

    Hey @inesmluis

    Are those <HR> HTML tags that are inserted in the Tabs’ content?
    If so you can add a class to them and color them separately.

    For instance,

    hr.hr-top {
    border: 1px solid red;
    }
    hr.hr-bottom{
    border: 2px solid red;
    }

    hr-top, and hr-bottom being the classes.

    I hope this helps 🙂

    Thread Starter inesmluis

    (@inesmluis)

    Hi @vipulc2

    I inserted the horizontal lines automatically in the content in “Insert > Horizontal lines”, I used nothing else.

    Should I add that code to “CSS class”?

    How can I access the theme’s demo site?

    What theme are you using?

    Thread Starter inesmluis

    (@inesmluis)

    @gappiah Avada child

    @gappiah I see, if that is the case then we would need the link to the page so that we can provide some custom CSS for that. 🙂

    Thread Starter inesmluis

    (@inesmluis)

    @gappiah, but the page is still offline, and I do not have the authorization to put it live until it’s finished 🙁

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Horizontal Line Color – Tabs’ is closed to new replies.