Tagged: x
-
AuthorPosts
-
January 26, 2017 at 5:22 pm #1346944
JfantasyBooksParticipantHello Again!,
Details:
Name: JFantasyBooks
Site: Fantasy-Books
Site Url: https://fantasy-books.live
WordPress Version: 4.7.1
X Version: 4.6.4
Cornerstone Plugin Version: 1.33Problem:
Hello, I’m making a function for the site, and I would like to know the css for changing…
1. Font colors, hover and non hover
2. The background of all cornerstone elements
3. Buttons (sitewide) background
4. the font on buttons (sitewide)
5. Navbar
7. Menu
8. FooterJanuary 26, 2017 at 9:59 pm #1347246
Prasant RaiModeratorHello There,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
h2.entry-title a { color: #565656; } h2.entry-title a:hover { color: #ddd; } .x-btn.x-btn-flat, .x-btn.x-btn-flat:hover { background-color: #ddd; font-size: 18px; } body:not(.rtl) .ubermenu-skin-trans-black.ubermenu-horizontal .ubermenu-item-level-0:first-child>.ubermenu-target { color: #ddd; font-size: 15px; } .ubermenu-main .ubermenu-item-level-0>.ubermenu-target { font-size: 20px !important; } .ubermenu-main .ubermenu-item-level-0>.ubermenu-target:hover { background-color: #ddd; } .ubermenu.ubermenu-main .ubermenu-item-level-0:hover>.ubermenu-target { background-color: #ddd; }Thanks.
January 26, 2017 at 11:13 pm #1347295
JfantasyBooksParticipantThank You
January 27, 2017 at 12:15 am #1347337
LelyModeratorYou’re welcome!
Cheers!
January 29, 2017 at 2:24 pm #1349842
JfantasyBooksParticipantCan you also provide the css for…
1. changing the color of links of a post/page (also with hover)
2. changing the color of links in the sidebar (hover included)
3. links in the sidebar that are manually put in. ex. my text (hover included)
4. Changing the color of the boxes around the headings in the sidebar
5. css for changing the color of the footer.
6. changing the color of the footer (a.) content and (b.) menu in the footer
7. and last, I have in the sidebar, an text box. Css to change the color of the text box.
January 29, 2017 at 9:14 pm #1350195
LelyModeratorHi There,
1 &2 &3.)There’s a settings available in Appearance > Customize > Typography > Site Links and Site Links Hover. That the main settings for link color. We can use custom CSS if you want a different settings from that.
4.)
.x-sidebar .h-widget{ border-color: red; }5. & 6.)
.x-colophon.bottom .x-colophon-content { color: red; /*Normal text color copyright text */ } .x-colophon.bottom .x-nav li a { color: rgba(255,255,255,0.25); /*Menu link font color*/ } footer.x-colophon.top .widget { color: green; /*Font color for widget content*/ }7.)
#subscribe-email input { color: red; }Hope this helps.
January 29, 2017 at 9:55 pm #1350217
JfantasyBooksParticipantThanks for replying.
A few things,
1,2,3 I require the css for something I’m working on.
Can you please provide me with it?
Also, I would like to change the border of the buttons. Do you know the css for that as well?
Thanks
January 29, 2017 at 11:59 pm #1350300
ChristopherModeratorHi there,
#1 Change link and its hover color under Appearance > Customize > Typography > Site Links and Site Links Hover.
#2 Please add this code :
body .x-sidebar .textwidget a, body .x-sidebar .x-feature-box-text a { color: red !important; } body .x-sidebar .textwidget a:hover, body .x-sidebar .x-feature-box-text a:hover { color: #ff00ff !important; }#3 Please let us know which buttons you’re referring to? You can adjust button’s style under Customize -> Buttons.
Hope it helps.
February 17, 2017 at 12:49 am #1374632
JfantasyBooksParticipantThanks for your help! I’ve been able to solve everything.
February 17, 2017 at 2:37 am #1374712
FriechModeratorYou’re more than welcome, glad we could help.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1346944 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
