• Resolved kevkev770

    (@kevkev770)


    Hi
    I like your plugin, but I would like to change two little things. I can’t find where to find it.

    1. Would it be possible not to use h3 but h4 for the name and to have this left-aligned?
    2. I’d appreciate to have the value for “designation” closer to the name. But I think, with change from h3 into h4, this might even work (as it is in your example).

    Below you can see the website with h1 to h6

    https://neu.wegweisend.ch/ueber/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author RadiusTheme

    (@techlabpro1)

    Hello,

    I visited your link in h3 tag it get a margin bottom 65 from your theme. Also h3 text align center.

    .page-section .page-no-subtitle h3:first-child {
    margin-bottom: 65px;
    }

    I think no need to remove h3 tag you can mange it from css write css in your theme css or see my plugin has custom css option you can write there.

    If still can not fix please let me know.

    Thanks
    Mamun

    Thread Starter kevkev770

    (@kevkev770)

    Good Morning Mamum

    Thank you very much for you immediate response.

    I could to both: reduce the margin bottom and make h3 text align left.

    But how is it possible to change this only “within” the plugin/widget? Now, all h3 is align left and smaller margin bottom, you can see it at the page.

    Thank you and a happy new year!

    Plugin Author RadiusTheme

    (@techlabpro1)

    Good Morning,

    Please use this then it will effect only team. add (.tlp-team) before the class

    .tlp-team .page-section .page-no-subtitle h3:first-child {
    margin-bottom: 0px;
    text-align: left;
    }
    I think this will solve.

    Thanks too and Happy New Year!!

    Thread Starter kevkev770

    (@kevkev770)

    Hi,
    unfortunately, this doesn’t work.
    With this code, h3 is still everywhere center and margin=65 ??

    What else could I try?

    Plugin Author RadiusTheme

    (@techlabpro1)

    Try this this should work I tested by Firebug.

    .tlp-layout-2 .tplmember h3 {
    padding: 5px 10px 0px 0px !important;
    line-height: 28px;
    margin-bottom: 10px !important;
    text-align: left !important;
    }

    Let me know status.

    Thread Starter kevkev770

    (@kevkev770)

    Seems to work perfectly fine.
    May I ask you one more thing? How would it be possible to change the layout of the “designation”-line?

    I tested a few team member plugins yesterday. Yours is definitively my favorite one – not only because of the excellent support!
    thank you ??

    Plugin Author RadiusTheme

    (@techlabpro1)

    What you want to change in Designation line?

    Can you please tell me?

    Thanks

    Thread Starter kevkev770

    (@kevkev770)

    Actually, I don’t know yet. But maybe I’d like to have it bold

    Plugin Author RadiusTheme

    (@techlabpro1)

    Please try this css
    .tlp-team .designation{ font-weight:bold;}

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘change header characteristics’ is closed to new replies.