• Andreas

    (@amwebwerbung)


    Hi again,
    I have another question. I am setting my private business, just on my own without partners or employees.

    An dof course, I would like to present myself on the front page.

    If I use the “team”-section, the minimum is a 2 column layout, which does not fit with just one photo. I also would like to add some text and a link

    If I use the “about”-section instead, I cannot present any photo on the front page.

    Any solution for that?

    Thanks again,

    Andreas

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi Andreas,

    I think in this case, you can add the custom css like this :

    .team-members.row.team-layout-2 .team-member { width : 100%; }
    .team-member .member-thumb, 
    .team-member .member-info 
    { float : left ; width: 50%; }

    Let me know how it goes!

    Thread Starter Andreas

    (@amwebwerbung)

    Thank you your support.

    The Code places the title of the photo on the right side, leaving it a little bit ‘lost’. I can add more text to the picture’s title, but cannot use html for examplae to add a wrap.

    I am thinking about placing a transparent png-image as 2nd image on that section, with the text I would like to add.

    Hi Andreas,

    You can copy the section-team.php from original theme into your child theme then edit as you want 🙂

    Thread Starter Andreas

    (@amwebwerbung)

    Okay, you are right, of course. I just have no experience with child themes so I have not planned to create one so far. I think I will choose the the 2nd-image solution, even though it may not be the elegant one 😉
    Thanks for your support.

    Ok. That is okay 🙂

    Let me know if you need anything else!

    Thread Starter Andreas

    (@amwebwerbung)

    OK, one more topic: How can I change background and text color of the mobile menu?

    Here you go :

    .onepress-menu.onepress-menu-mobile a { color: #444; }

    Let me know!

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Self-presentation on front page’ is closed to new replies.