Hi,
In order for the code below to work please add it into either a "custom CSS" section of your theme options panel or if you are using a child theme, at the bottom of your style.css file.
I see you are using a Yithemes theme, they have a custom CSS area.
In order to get rid of the "home" bit in the top left, please add the code below (all of it so you can understand what the code does)
/*--- Removes breadcrumbs ---*/
.breadcrumbs {
display: none !important;
}
Also, please add the code below to make the Pinterest sections bigger on your 2 pages:
/*--- Makes Fashion Pinterest section bigger ---*/
.PIN_1420014104505_embed_grid_bd {
height: 400px !important;
width: 750px !important;
}
/*--- Makes Beauty Pinterest section bigger ---*/
.PIN_1420014249855_embed_grid_bd {
height: 400px !important;
width: 750px !important;
}
Hopefully this helps