Support Forums for LiveMesh Themes & Plugins › Forums › Extinct Theme Support › Button colours
- This topic has 23 replies, 3 voices, and was last updated 9 years, 1 month ago by
Veena.
-
AuthorPosts
-
October 24, 2014 at 1:09 am #10065
T4m
MemberI think I’ve mostly fixed the font issue now, I’ve switched to a google font, and it’s showing up in the content ok as headers, it’s also showing when you view the site in Chrome, the google font isn’t showing in a sidebar though as the title of widgets, so is there some css to fix this? The font I’m using is called Neucha.
As I’ve been fiddling about I’ll make a fresh break down of the current issues.
So current issues still stand at button styling, buttons aren’t completely #96cebe they have a little pinky red line on them, and then again when you hover over them.
Font needs to change to google font Neucha in sidebar headings
Sidebar still missing in bbpress forums/topics
Overlapping of ‘Notify me of follow-up replies via email’ option at bottom of bbpress with option above and the tick box that goes with it is completely unresponsive.
Styling on blog posts not applied, blog posts are still displaying the red/orange colour for things like the date and read more instead of the #96cebe colour
Thanks
October 25, 2014 at 6:36 am #10111Veena
ModeratorPls use the below custom CSS
.button:hover, .button:active:hover, .button:visited:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { background: transparent; border-color: transparent; }
if you need any background and border-color pls give the same instead of transparent.
.read-more .button { color: #fff !important; background: #96cebe; } .entry-header { background: #96cebe; } .entry-header:before { border-top: 16px solid #96cebe; }
Not all plugins are compatable with the theme.Probably by googling you will get different threads related to this.
Pls see this link and see if it helps- https://buddypress.org/support/topic/buddypress-issue/October 25, 2014 at 2:59 pm #10117T4m
MemberThis reply has been marked as private.October 25, 2014 at 9:13 pm #10121T4m
MemberThis reply has been marked as private.October 28, 2014 at 5:39 am #10159Veena
Moderator1.Could you pls share the exact page link?(overlapping tick box)
Pls use the below custom CSS –
#footer .button:hover, #footer button:hover, #footer input[type="button"]:hover, #footer input[type="submit"]:hover, #footer input[type="reset"]:hover { background-color: #afceca; border-color: transparent; } .comment-author cite { font-family: 'Neucha'; }
We will be at your service.No issues. 🙂
October 28, 2014 at 2:28 pm #10166T4m
MemberThis reply has been marked as private.October 29, 2014 at 5:05 pm #10190Veena
Moderator1.I am not able to find out the check box in the above given link.
2.Pls give custom CSS like below-#footer .button:hover, #footer button:active:hover, #footer .button:visited:hover, #footer input[type="button"]:hover, #footer input[type="submit"]:hover, #footer input[type="reset"]:hover { background-color: #afceca !important; border-color: transparent !important; }
Pls add the below css to avoid overlapping of search button with the search field.
input#bbp_search_submit { margin-top: 10px; }
October 30, 2014 at 12:43 am #10197T4m
MemberThis reply has been marked as private.October 30, 2014 at 10:23 am #10201Veena
ModeratorThe above given login is not working.Pls recheck it.
And pls open a new thread since this thread is very lengthy and it is very difficult to manage.
Thanks. -
AuthorPosts
- The topic ‘Button colours’ is closed to new replies.