Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1026675
    re.fresch
    Participant

    1. Our current blog section has been renamed Insights” and the index page can be found here: http://re.kunsty.ee/insights/
    I cant get the tile (on this front/index page to load my custom CSS, i.e. the titles are not adhering to my h1,h2, etc.)

    See “The Grid” Panel View attached… It shows the fonts looking one way when I launch “THE GRID” plug-in page (These seem better) Compare this to the actual view of the Index page and the blog titles do not look the same.

    Where can I edit the fonts/CSS used for this view?

    — — —

    2. I want to use a different blog theme to set up our “People” page as it seems the easiest way to profile team members, but don’t want this to conflict with the “Insights” page or to re-load any of those blogs, so in effect; one kind of blog and content for one page and one for the other. Is this possible? If so, how can I do this?

    ps. I’m not a programmer!

    Thanks you.

    #1027264
    Lely
    Moderator

    Hi There,

    Thanks for posting in and giving us your site URL.
    1.) Please use the following CSS to control the GRID heading tag on this page:http://re.kunsty.ee/insights/

    .tg-item h2.tg-item-title a {
        font-size: 30px !important;
        font-weight: 200 !important;
        font-style: normal !important;
        margin-top: 15px !important;
    }
    

    2.) This is possible by creating custom template which is beyond the scope of our support. You may wish to consult a web developer to achieve this. Thank you for understanding.

    #1027417
    re.fresch
    Participant
    This reply has been marked as private.
    #1027424
    re.fresch
    Participant
    This reply has been marked as private.
    #1027618
    Lely
    Moderator

    Hi There,

    You may add the custom CSS code on Appearance > Customize > Custom > Edit Global CSS.
    Please also add this custom CSS to stop sort boxes from running over main nav.

    .tg-dropdown-holder {
        z-index: 999;
    }

    Hope this helps.

    #1029580
    re.fresch
    Participant
    This reply has been marked as private.
    #1029819
    Christopher
    Moderator

    Hi there,

    Are they custom grid or posts grid? If they are posts grid, you can’t change<h2> to <h3>easily as the content generates automatically.

    If it’s custom grid, so please update <h2> to <h3> so we can help you with this.

    Thanks.

    #1031571
    re.fresch
    Participant
    This reply has been marked as private.
    #1032660
    Lely
    Moderator

    Hi There,

    Thank you for the credentials. When we create grids, the elements are preset. It depends on the skin. The skin defines the structure whether it is h2 or h3. I did check the plugin documentation, unfortunately, there’s not enough information on changing the structure of the grid. Available options are mostly to customize colors.

    We’re using h2 because that is define on the skin you were using. Since we don’t have control on changing to h3, what we can do instead is copy the styles of this h3 to current skin title h2. After adding the CSS from previous reply, please clarify what are the difference so we can check further.

    Hope this helps.

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