Tagged: x
-
AuthorPosts
-
December 9, 2016 at 10:53 am #1287529
PabloParticipantHi, I would like to change the theme body font into Calibri. How do I do this?
December 9, 2016 at 12:18 pm #1287617
Prasant RaiModeratorHello Pablo,
Thanks for writing in!
You can change that from Appearance > Customize > Typography and select Calibre as Body Font from Body and Content.
Thanks.
December 13, 2016 at 11:49 am #1291598
PabloParticipantThis reply has been marked as private.December 13, 2016 at 1:20 pm #1291694
JoaoModeratorHi There,
– How can I change the font of my main menue? I would like to change this into Orbitron (Medium). How can I do this?
You can go to Appereance > Customizer > Header
– On my contact page, I have used a Google Map. But it doesn’t work. I receive the message that it maybe has to do something with my Java Script. Can you check out what’s wrong? Site url: http://www.crossfader.be/login. Your credentials: Themeco Pasword: Bolero01
You need to create a API Key and add to your COrnerstone Google Map Element, please watch:
– On top of that, I have created a section with 6 columns of the page crossfader.be/strategy (http://prntscr.com/dizh7f). These are going to be links to other pages. On a computer they look fine, but on a mobile screen, they are put beneath each other. I would like to have 2 columns with 3 items on a mobile screen. How can I do this?
-Please add the following code to Appereance > Customizer > Custom > CSS
@media (max-width: 767px) { .page-id-11 .x-column.x-sm.x-1-6 { width: 50%; float: right; } }Hope that helps
Joao
December 18, 2016 at 12:59 pm #1297313
PabloParticipantHi Joao,
already thanks for your help!
Now I have created my own custom home page and I would like to:
– set the background color of that specific page in black
– make the navigation menu a responsive one on all screen sizes, and located in the right top cornerHow can I do this?
Kind regards,
Pieter
December 18, 2016 at 4:36 pm #1297399
NicoModeratorHi There,
To change background,
.page-id-11 .site { background-color:black; }I could see that your menu is responsive already. Not sure where do you want it to be position. Would you mind sharing us a screenshot or guide on where you want it to position.
You could try this in your Customizer > Custom > CSS to float in the right side:
ul.topnav{ float:right; }Let us know how it goes.
Thanks.
December 19, 2016 at 6:29 am #1298055
PabloParticipantHi
my menu should be, on my home page, responsive all the time, on every screen size. And preferably it should have the same layout as on every other page. See the attachment for the screen shot i took…
I already got my some code from W3C, but it is not what I want eventually…
Kind regards
Pablo
December 19, 2016 at 10:30 am #1298316
JadeModeratorHi Pablo,
By responsive, do you mean you want the mobile menu to be activated on the homepage on all screen sizes?
If so, please try to use this code in the custom CSS:
.home .x-logobar { display: none; } .home .x-navbar-wrap .x-navbar { background-color: #000 !important; } .home .masthead-stacked .x-btn-navbar { display: inline-block !important; float: right; } .home .x-nav-wrap.desktop { display: none !important; } .home .x-nav-wrap.mobile.collapse.in { display: block; }Then edit the page and set the page Template to: Blank – Container | Header, No Footer
Hope this helps.
December 20, 2016 at 4:24 am #1299203
PabloParticipantHi,
looks fine, but when I click on the responsive menu, nothing happens. Can you please check…
Thanks!
December 20, 2016 at 4:31 am #1299209
ChristopherModeratorHi there,
I tried the code and it worked fine, please add it and check again.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1287529 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
