• Hi,

    Apologies if this has already been answered, I couldn’t find it while looking through this forum. I am developing my site but need some help with CSS editor.

    URL: mindsmovematter.com

    #1: How to change all of the green accents to a different color (arrows, tags, bars, hovers, links, etc)? I’ve tried many a code and most of them haven’t worked.

    #2: How can I remove all of the ”Post Tagged with …” , “Posted on by….” and “No comments” fields within my archives? All I want it so say is “Continue Reading”

    #3: Can I remove the “Category Archives: XXXX” words right above the post in my category pages?

    #4: Is there a way to make the theme tighter in terms of space (reduce the padding around all of the different sections?

    Many thanks for your help!

    Alex

Viewing 10 replies - 1 through 10 (of 10 total)
  • Theme Author inkthemescom

    (@inkthemescom)

    Hello Alex,

    Solutions of your above issues are as follow, you just have to paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    1) How can I remove all of the ”Post Tagged with …” , “Posted on by….” and “No comments” fields within my archives? All I want it so say is “Continue Reading”, for this code is below..

    ul.post_meta {
        display: none !important;
    }

    2) Can I remove the “Category Archives: XXXX” words right above the post in my category pages? code is below for this.

    div#blogmain h2 {
        display: none !important;
    }

    3) Is there a way to make the theme tighter in terms of space (reduce the padding around all of the different sections?

    .logo {
        margin-top: 34px;
        margin-bottom: -31px !important;
    }

    Hope it will resolve your issue

    Thanks!

    Thread Starter saprotsenko

    (@saprotsenko)

    Thanks InkThemes,

    Two of the above worked, however just a question on the third. For my question #1 I tried to add to the CSS Style sheet editor (is that correct?):

    ul.post_meta {
        display: none !important;
    }

    This didn’t remove any of the meta data such as “Posted tagged” and ”posted in”. Is there anything I am missing?

    As well, perhaps but not possible could you help with changing the rest of the green accent color in the theme? I’ve changed the containers however some of the hovers, fonts, widgets and accents are still green.

    Many thanks!

    Theme Author inkthemescom

    (@inkthemescom)

    Hello,

    Could you please provide us ‘URL’ of your site so that we can better assist you?

    Thanks!

    Thread Starter saprotsenko

    (@saprotsenko)

    Hi InkThemes,

    My site URL is mindsmovematter.com

    Theme Author inkthemescom

    (@inkthemescom)

    Hello,

    Firstly for your metadata related issue, let me tell you I have checked your site and that is already removed from that area.

    Here’s the screenshot, please have a look..

    Link: https://screenpresso.com/=GRD6c

    For your second issue i.e. changing the rest of the green accent color in the theme.

    Sorry but I am unable to find out the concerned area you are talking about.

    So that would be better to explain with some edited screenshot of that area.

    If you are unable to create screenshots then you can use https://www.screenpresso.com that will help you to create screenshots.

    Thanks!

    kpetersondesigns

    (@kpetersondesigns)

    I am going to jump in as I have been having the same issues (I think!). I recently download this theme for a new site and the green accents are stumping me as to what code to use in the customize area to overwrite the original ones.

    https://www.kpetersondesigns.com

    1- The main page menu. Currently I only have Home & About. The one you are on is the hunter green and then when you hoover over the Contact it turns green as well. I would like to change this to either white or a different color (used in the footer that I was able to alter).

    2- In the Blog Post section (Called Latest News) when you click “Continue Reading” it has the green as well. I think this issue would be resolved if I could add the hoover code.

    3- The blog posts all have the default green for the links and I am unsure of the code to add to the css document to change that as well.
    https://kpetersondesigns.com/2015/10/28/hello-world/ (When you hoover they change black which is fine.)

    Thank you in advance. I have been searching for quite a while for answers and I found lots of code but it is from 2012 and nothing works. I was able to change the footer.

    Theme Author inkthemescom

    (@inkthemescom)

    Hello,

    I have checked your provided site and didn’t find any issue stated above..

    So could you please provide us some edited screenshot of the concerned area.

    If you are unable to create screenshots then you can use https://www.screenpresso.com that will help you to create screenshots.

    Thanks!

    place4us

    (@place4us)

    Hello,

    I’ve got the same issue. I’m not able to hide “Post Tagged with” underneath a blog.

    ul.post_meta {
        display: none !important;
    }

    does not work.

    @inkthemes: Any hints?

    PS: Page is under construction: https://www.place4us.de

    c.kraft

    (@ckraft-1)

    Hey,
    I’m also interested in how changing the green accent to another colour ??

    Theme Author inkthemescom

    (@inkthemescom)

    Hello,

    Please share your site URL so that we can assist you accordingly.

    Thanks!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Color Change/ Meta Remove/ Size Change Questions in Colorway’ is closed to new replies.