By Athanasios Zisopoulos on Tuesday, 21 August 2018
Posted in General
Likes 0
Views 523
Votes 0
can you please give me a css custom code related with the menu buttons hover and etc in the image? i used a template and seems the menu which is white take over the css styling of them.I have disabled the template for now
Hey there,

May I know what template did you use that caused this and how did you disable it?

We want to enable it back to see and check how it causes this issue out.
·
Tuesday, 21 August 2018 18:30
·
0 Likes
·
0 Votes
·
0 Comments
·
i found under /template/php/styles.php
had this

/*buttons text, icons carets color styling*/
#main a.btn, #main a:hover.btn, button.btn, .pagenav, #main a.pagenav, #main a:hover.pagenav, #main ul.pager li.previous a, #main ul.pager li.next a, i, span.content_vote input.btn, .btn{color: <?php echo $button_text_color; ?> !important;}
.caret{border-top: 4px solid <?php echo $button_text_color; ?> !important;}
#main div#editor-xtd-buttons.btn-toolbar div.btn-toolbar a.btn,span.add-on{color: <?php echo $button_text_color; ?> !important; background-color: <?php echo $button_background_color; ?> !important;}

ok removed this from syles.php fixed the issue.
·
Tuesday, 21 August 2018 18:59
·
0 Likes
·
0 Votes
·
0 Comments
·
i found under /template/php/styles.php
had this

/*buttons text, icons carets color styling*/
#main a.btn, #main a:hover.btn, button.btn, .pagenav, #main a.pagenav, #main a:hover.pagenav, #main ul.pager li.previous a, #main ul.pager li.next a, i, span.content_vote input.btn, .btn{color: <?php echo $button_text_color; ?> !important;}
.caret{border-top: 4px solid <?php echo $button_text_color; ?> !important;}
#main div#editor-xtd-buttons.btn-toolbar div.btn-toolbar a.btn,span.add-on{color: <?php echo $button_text_color; ?> !important; background-color: <?php echo $button_background_color; ?> !important;}

ok removed this from syles.php fixed the issue.
·
Tuesday, 21 August 2018 20:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

Thank you for your update.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Tuesday, 21 August 2018 21:53
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post