Breadcrumbs color & Header hight

Dear Support,

I would to like to change the breadcrumbs font color and the header height i want it smaller

Regards
Ahmad

Hi there

Hope you are having a good day and thank you for your question :slight_smile: In order to check your question i need to see your live website, please provide url and i will take a look

Hi,

i am working on local server.please find attached screen shot

Regards
Ahmad

hey there

Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSS in appearance - customize - additional CSS

.page-title-section {
    height: 140px;
}

Thanks!
Colorlib Support Team

Hi Support,

The height issue solved the code you provide has worked fine.

but regarding the breadcrumbs text color as i refer in the screen shot where Page name “profile” in black color & i want in white.

Thanks
Ahmad

HI

OK, looks like I need URL to your page now

Hi,

No possible because my website still not published i am working on my local machine.

Regards
Ahmad

Hello there,

Please try using this CSS to change the breadcrumb color:


p#breadcrumbs a, p#breadcrumbs {
    color: red;
}

Best Regards,
Support

Hi,

thank you it worked but there is way to not change the link color (Home), please check the attachment.

Regards
Ahmad

hey there

Please add this CSS in appearance - customize - additional CSS

p#breadcrumbs span a {
color: green;
}

Thanks!
Colorlib Support Team

Hi,

it worked thank you very much

Ahmad

Hi, there

Now I will close the topic and mark it as resolved. Feel free to contact us again Thanks!