3 questions for my page

Hello,

I’m currently building a website, and I have three problems that I cannot fix myself.

  1. I’d like to make the text “Meet Gert Sørensen” start at the same point as the image. That means I’d like to highten the text to make it horizontal with the top of the image of the man. See image below.

  2. I’d like to remove the author and date from all three of my category posts. How do I do that? See image below.

  3. I’d like to change the color of the line between these 6 steps, to “732F99”. I don’t know how to change the color of the lines in between the steps. How do I troubleshoot this last one?

Thanks in advance for your solutions!

Hi Oscar,

Thank you for writing in, 1.) first please inspect the right column containing the name headline. You can see that column has 42px padding around it, the padding-top needs to be 0 out. Second the Headline Meet Gert Sørensen has a margin-top, you also need to 0 out that top margin.

2.) Please navigate to Theme Options > Blog and turn off the Post Meta.

3.) Those are the column’s right border, please inspect those columns and find the border options, set the border-color to the desired color.

Hope it helps,
Cheers!

Hi friech,

Thanks for your reply. For my first question, I cannot find the 42px padding, and the margin-top that the headline has. Where do I navigate to find these?

The second question i figured out - thanks!

The third question however still doesn’t work. I’ve already changed the border color, however nothing happens. See the images below:

How do I make the border color show instead of the red and blue?

Hi Oscar,

It seems that you have set the different colors for a different sides of the border. That might be invisible due to the Advance Mode is disabled from Preferences. I went ahead and enabled the Advance Mode and now the border option is visible.

Home-Content-X (20)

Home-Content-X (21)

I would suggest you check other columns and set the color of your choice.

Note: Hopefully you will be able to see the 42px padding now after enabling the Advance Mode.

Thanks

Hi,

Thanks for your reply.

In regards to my second question, I’m still having trouble alligning the “Meet Gert Sørensen”. I’ve disabled the 42px padding around it, however I cannot find the margin-top.

Where do I 0 out the top margin of the Headline “Meet Gert Sørensen”?

Thanks in advance!

Hi,

One more question in addition to the one stated above. I’d like to add a frame to the picture of the guy like in the image below. How do I add a frame like that? Thanks!

Hello Oscar,

To remove the margin you need to add a custom class on the Classic Text element for example “custom-heading” Please have a look at the given screenshot below.

Now add this custom CSS in the X—>Theme Option —>CSS

h3.x-text-type.custom-heading.h3 {
    margin-top: 0;
}

Please feel free to change the class name. Please note if you change the class name you need to change the CSS selector as well.

For the image border you need to go to the Cornerstone builder —>Image element —>On the Border set the border for the image.

Please have a look at the given screenshot below.

About-Content-X1

The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.

Hope it helps.
Thanks

Hope it helps
Thanks

Thank you it worked!

Hello Oscar,

Gald that we were able to help you. Please feel free to reach us if you have any queries regarding our theme and theme settings.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.