• Resolved nickmeteensnor

    (@nickmeteensnor)


    Hello,

    I have come across a few issues I am not able to fix myself. I’m using the Theme: Squarex Lite.

    I would love to change the tracking of my menu text. The characters need to be a bit more spread apart.

    And on the home page I want to remove the empty space under the menu.

    https://www.nickrutten.nl/

    On the project page I have 2 issues as well.

    I want to remove the date tab from the slider

    And change the colour of the boarders from the project viewer.

    https://www.nickrutten.nl/projects/

    Please help, I would really appreciate it!

Viewing 8 replies - 1 through 8 (of 8 total)
  • For the first one, you can add the below CSS. If the spacing is too much, pls adjust to something like 0.05em.

    .menu-main {
    	letter-spacing: 0.1em;
    }

    For the second one, I’ll need to have a close look. If nobody else responds, I can look into it on Monday my time.

    For the third one, you can add the below CSS.

    .published {
    	display: none;
    }

    For the last one, I don’t see any border colours between squared images, though. I’m viewing on Firefox on Windows. When I have time later, I’ll check on other browsers and also check the codes.

    For the second one (removing the empty space under the menu), pls add the following CSS.

    .page .entry-content,
    .single .entry-content {
    	margin-top: 0;
    }
    
    h1.entry-title {
    	display: none;
    }

    As for the colour of the borders, I don’t see this on my browser. Pls let me know which browser you saw this.

    Thread Starter nickmeteensnor

    (@nickmeteensnor)

    Thanks Joey4j!

    Everything worked ??

    But I still have the white boarder problem on Chrome, Firefox, IE and different pc’s. I’m really wondering how it looks on your screen ?? Could you maybe send a screenshot of the project page?
    It could also be that I have just given a vague description of the problem.

    But thank you so much for helping with the other problems!

    Joey

    (@joey4j)

    Glad that everything worked! The border thing: are you referring to white borders around the squared images? Then, yes, I see those white borders. By seeing your screenshot, I was thinking that you were talking about grey line running through the white border. I don’t see this grey line on any of browsers I checked, though.

    Thread Starter nickmeteensnor

    (@nickmeteensnor)

    Aah okey. Yea I meant the white boarder, sorry. I would love to change them to the bg colour. Do you know how? I started searching in the style.php but have not fount it yet. But I’m a noob at web building and WordPress so that’s probably why.

    Joey

    (@joey4j)

    No worries! Pls try the following.

    .innerBox {
    	border: 2px solid #18121E;
    }

    Compared to PHP and JavaScript, CSS is still relatively easy to pick up. If you go through one book, you’ll be quite comfortable editing. ??

    Thread Starter nickmeteensnor

    (@nickmeteensnor)

    Awesome man, it worked! ??
    How did you find out it was the .innerBox?

    Thanks a lot for your help!
    I’ll mark this topic as resolved.

    Can I give you a good rating or something?

    Joey

    (@joey4j)

    Glad that it worked! I’m using ColorZilla (Firefox add-on) that displays element information like class and ID names. This helped identify that .innerBox is used for those squared images.

    I’m not a plugin or theme author, so there is no rating available, unfortunately. ?? See you around!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Change text tracking and other style fixes’ is closed to new replies.