Tagged: x
-
AuthorPosts
-
February 7, 2017 at 2:42 am #1360838
ericliewcyParticipantHi guys, need some help here.
Referring to the picture,
1. I can’t find how I can change the destination link of the top left button. It keeps going back to a certain page (in my case, domain/case-studies) I found the settings in the individual portfolio editing page, but I wasn’t able to choose any other pages besides “default” and “case studies”. Can anyone let me know how can I add more to the selection?
2. How can I change the design (shape, color etc.) of the buttons circled on the top left and right? Any custom CSS that I can use to do that?
3. How can I make my footer stick at the bottom globally since it keeps jumping up whenever I have less content on a page.
My site link http://www.ikhlasgroup.com.my/
Thanks
February 7, 2017 at 2:45 am #1360840
ericliewcyParticipant*
February 7, 2017 at 3:17 am #1360865
ChristopherModeratorHi there,
#1 It’s not editable, it is linked to main portfolio page.
#2 & #3 I would like to check your site but it’s under construction mode, please provide us with login credentials.
Thanks.
February 7, 2017 at 4:03 am #1360898
ericliewcyParticipantHi Christopher
Thanks for your reply.
#1 is there no way even with editing the php files?
#2 & #3 I’ll post my credentials below
February 7, 2017 at 4:04 am #1360899
ericliewcyParticipantThis reply has been marked as private.February 7, 2017 at 4:49 am #1360938
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> Global CSS :
.x-nav-articles a { color: red; border-radius: 5px; border-color: #00ff00; } footer.x-colophon.bottom { position: fixed; bottom: 0; right: 0; left: 0; }You can change it with JS code but it’s global, add this code code in Customize -> Custom -> Global JavaScript :
jQuery(".entry-top-navigation a").attr("href","http://www.ikhlasgroup.com.my");Hope that helps.
February 7, 2017 at 9:07 pm #1362222
ericliewcyParticipantHi
Just did what you’ve suggested and it works perfect. Thanks! One last question, how can I change my grid’s fonts on this page? http://www.ikhlasgroup.com.my/projects/ I’d like to change the font of “case study #” into some other fonts. Possible to do it through CSS?
February 8, 2017 at 1:53 am #1362454
Paul RModeratorHi,
You can add this under Custom > Edit Global CSS in the Customizer.
.archive h2.entry-title { font-family:Arial; }Change Arial to any font you like.
Hope that helps.
February 8, 2017 at 11:58 pm #1363872
ericliewcyParticipantHi
The code didn’t work. Anyways I’m using another page for my projects now http://www.ikhlasgroup.com.my/ourprojects/ and I’d like to do the same for the fonts of the grids too (case study #). How can I do that?
February 9, 2017 at 1:00 am #1363926
LelyModeratorHi There,
Please use this custom CSS:
.dacca .tg-item-link{ font-family:Arial; }Make sure that the font you will use is chosen in Customizer > Typography or if it us custom font, it defined on your CSS. See this:https://community.theme.co/forums/topic/custom-font-2/#post-142444
Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1360838 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
