Site logo

Archived topic

Unable To Create Top Border Over Prisna Languages

2 replies · Started by Mary Pearson on February 19, 2018

Viewing posts 1–3 of 3

I would like to put a border at the very top of my page, above the Prisna Languages bar. I've tried several different selectors but nothing is working.

I think this should do it, but it doesn't.

.prisna-wp-translate-languages-list {
border-top: 28px solid #bf1300 !important;
}

Would appreciate your help once again.
Thanks!

Hi there,

Try this:

body .prisna-wp-translate-sub-container {
    border-top: 2px solid #000 !important;
}

I would also say that this plugin isn't very well coded. They are you using !impotant in every CSS style which isn't good.

That's exactly what I needed. Thank you so much Leo!

This archived topic is closed to new replies.