How to edit the css of team page?

Home Support Medical Way Plus How to edit the css of team page?

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #11821
    rachel.lemints
    Participant

    Hi there,

    which portion of the css can I find the option to change the colour (in orange) to another colour? Can’t seem to find in theme editor. Please advise

    Team Page

    #11827
    nirav
    Keymaster

    Hello Rachel,

    Greetings of the day!

    Below code will help you to change the color of the mentioned section.

    Follow the below steps to add custom CSS.
    1) Please log in to the admin area
    2) Go to “Appearance >> Customize >> Additional CSS”.
    3) Paste the below code in “Additional CSS” and save it afterward:

    
    #home-page-widget-area .medical_way_widget_team .team-member-wrap .memeber-details strong{
    color:#COLORCODE;
    }

    Hope it will work for you.

    Thank you.

    Regards,
    Team ProDesigns

    #11829
    rachel.lemints
    Participant

    Hi, that is to change the colour of the homepage widget. I am referring to the team page template.

    #11837
    rachel.lemints
    Participant

    Hi any update on this?

    #11911
    nirav
    Keymaster

    Hello Rachel,

    Greetings of the day!

    We apologize for not being able to respond earlier.

    Below code will help you to change the color in the team page.

    Follow the below steps to add custom CSS.
    1) Please log in to the admin area
    2) Go to “Appearance >> Customize >> Additional CSS”.
    3) Paste the below code in “Additional CSS” and save it afterward:

    .page-template-team .team-member-wrap .memeber-details strong{
    color: #COLORCODE;
    }

    Regards,
    Team ProDesigns

    #11912
    rachel.lemints
    Participant

    Thanks for help!

    #13050
    dalila magarian
    Participant

    Hi there!
    I need urgent assistance in order to make only one post in Team page to be center in homepage. Also, I want to choose size of the image, please!
    thank you.

    #13074
    nirav
    Keymaster

    Hello Dalila,

    Greetings of the day!

    For ‘I need urgent assistance in order to make only one post in Team page to be center in homepage’ , please follow below steps

    1) Please log in to the admin area
    2) Go to “Appearance >> Customize >> Additional CSS”.
    3) Paste the below code in “Additional CSS”

    .medical_way_widget_team{text-align:center;}

    4) Save the updates.

    Current, theme plugin is not providing theme size choosing facility, please have a look at other plugins that provide such facilities.

    Hope this helps.

    Thanks and Regards,
    Team ProDesigns

    #17336
    Anonymous
    Inactive

    You can try it in customize option. In customize, click on Advance CSS and add your script.

    • This reply was modified 3 years, 4 months ago by nirav.
Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.