Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1360838
    ericliewcy
    Participant

    Hi guys, need some help here.

    Referring to the picture,

    http://picgi.com/xzqn98y

    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

    #1360840
    ericliewcy
    Participant

    *

    #1360865
    Christopher
    Moderator

    Hi 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.

    #1360898
    ericliewcy
    Participant

    Hi Christopher

    Thanks for your reply.

    #1 is there no way even with editing the php files?

    #2 & #3 I’ll post my credentials below

    #1360899
    ericliewcy
    Participant
    This reply has been marked as private.
    #1360938
    Christopher
    Moderator

    Hi 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.

    #1362222
    ericliewcy
    Participant

    Hi

    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?

    #1362454
    Paul R
    Moderator

    Hi,

    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.

    #1363872
    ericliewcy
    Participant

    Hi

    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?

    #1363926
    Lely
    Moderator

    Hi 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.

  • <script> jQuery(function($){ $("#no-reply-1360838 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>