Tagged: x
-
AuthorPosts
-
May 11, 2016 at 6:44 am #985668
ahmedfouadkhalilParticipantWhen add a archive or category widget to a side bar it is shown in flat white colored shape, my question is how to update it to looks 3d shaped like the attached example
May 11, 2016 at 8:40 am #985827
JoaoModeratorHi There,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Thanks,
Joao
May 11, 2016 at 10:22 am #986010
ahmedfouadkhalilParticipantThis reply has been marked as private.May 11, 2016 at 11:58 am #986169
JoaoModeratorHi There,
You can either stop the plugin or provide us with your WP-Admin Credentials in a private reply so we can have a look at your website.
Thanks,
Joao
May 11, 2016 at 3:26 pm #986514
ahmedfouadkhalilParticipantThis reply has been marked as private.May 11, 2016 at 6:49 pm #986756
John EzraMemberHi there,
Thanks for updating the thread! The “select” or drop down element is an element that is viewed differently per browser. The 3D look usually comes from browsers created by apple, like safari or the iOS browsers. If you check on your PC on different browsers, you will this look change from browser to browser. You can specify some styling changes to these, however, we can’t guarantee that it will work the same across all browsers as each browser has its own interpretation regarding these elements.
To change the background and text color you can use CSS. You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.
select { background: #000000; color: #ffffff; }Hope this helps – thanks!
May 12, 2016 at 4:25 am #987463
ahmedfouadkhalilParticipantthanks, it work with me in the customizer
May 12, 2016 at 4:38 am #987504
Paul RModeratorYou’re welcome! 🙂
May 12, 2016 at 4:49 am #987522
ahmedfouadkhalilParticipantrelated to this for the header menu and header top bar, can we add another menu in the top par? and change its color
May 12, 2016 at 5:42 am #987589
Paul RModeratorHi,
Yes, you can add another menu in the topbar by adding it manually in the topbar content.
You can add something like this.
<ul class="x-nav"> <li class="menu-item"><a href="#"><span>Home</span></a></li> <li class="menu-item"><a href="#"><span>About</span></a></li> <li class="menu-item"><a href="#"><span>Contact Us</span></a></li> </ul>Then add this in custom edit global css
.x-topbar li { list-style-type:none; float:left; padding:5px 10px; }Hope that helps
May 12, 2016 at 8:50 am #987782
ahmedfouadkhalilParticipantBut this one will not be fully responsive ! I will try
May 12, 2016 at 11:53 am #988091
Nabeel AModeratorHi again,
It should be responsive. Add the code in the topbar and let us know how this goes!
Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-985668 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
