custom css

Home Forums Gillion Theme custom css

Home Forums Gillion Theme custom css

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
  • roger
    Participant

    Hi,

    i tried to make some changes by css, but none of my changes is recognized.

     

    Tried to get the text-look of the 2-colum-part to the 3-colum-area /too much space here) below (post-grid-element from wp-bakery). Maybe it should be easier to use the theme-blog-styles, but i like the filter element in the “post-grid-element”.

    What can i do?

    kind regards

    roger

    Attachments:
    You must be logged in to view attached files.

    Hi Roger,

     

    I hope you are well today and thank you for your question.

     

    I am not sure exactly what you are trying to achieve here so could you please describe it a bit more in detail by sharing screenshots of it?

     

    Best regards,
    Shufflehound team

    roger
    Participant

    … i tried to make some style-changes by custom css in the 3-column-part of the page (see screenshot).  I put them in the custom css field in appearence, but there is no effect. The 3-column-section is an masonry-post-element from wp-bakery with custom settings by grid-builder.

    For example the category tag should be left justified and in color.

     

    Thanx for your help.

     

    Attachments:
    You must be logged in to view attached files.

    Please try to share screenshots in png or jpeg format in this forum.

     

    I logged into your site and did it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .vc_grid-filter-item.vc_gitem-post-category-name {
        float: left;
        color: #000;
    }

    roger
    Participant

    Thanx, this is great.

    But now there is no Space between the categories tags.

     

    Should be: #category, #category2

     

    Any idea, how to get that fixed?

    Please also use below custom CSS code to achieve it.

     

    .vc_grid-filter-item.vc_gitem-post-category-name {
        margin-right: 8px;
    }
    
    .vc_grid-filter-item.vc_gitem-post-category-name:after {
        content: ", ";
        display: inline-block;
    }
    
    .vc_grid-filter-item.vc_gitem-post-category-name:last-child:after {
        display: none;
    }

    m_blake
    Participant

    Hi all, trying to add google adsense to the right of my logo on home and blog page. Any Ideas how I do that?

    Attachments:
    You must be logged in to view attached files.

    Is the previously shared solution worked for your initial question?

     

    To help us keep support thread separates could you please create new thread for each of your other questions instead of asking them in your single thread as it makes the thread messy and hard to read.

     

    If you want to you can also add reference of this thread in your newly created thread.

     

    We would be more than happy to help you on your new thread.

Viewing 8 posts - 1 through 8 (of 8 total)