Reply 17006 to: A few more tweaks

Avatar: Eva
Eva Kemp
Support staff
September 25, 2014 at 15:56

Hello,

To change color for table borders add this code into custom.css file:

.table td {
    border-top: 1px solid #ff0000 !important;
}

Could you please show on a screenshot what exactly you wan to remove on the page http://mantravisual.com/atlantic/?product=brook-jameson ?

To remove a black line use this code:

.page-title {
 border-bottom: none !important;
}

Please provide us with wp-admin panel credentials to check the text columns. Also this page http://mantravisual.com/atlantic/?page_id=372 doesn’t have any text to be able to compare.

Concerning the menu use this code:

.menu > ul > li > a {
    color: pink;
}
.menu > ul > li > a:hover {
color: pink !important;
border-bottom-color: pink !important;
}

The code to remove the line in footer is:

.grid_pagination_bottom_block {
    border-bottom: none !important;
}

Regards,
Eva Kemp.

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.