Hello,
I am a full beginner with wp and I’m so glad with your enfold-theme. The design is great and it’s much easier to handle than a lot of other premium-themes. Nevertheless I can’t find the right way to change following things:
For my contact-page I chosed the template with breadcrumps in the title. Know I would like to change the colour of the title, enlarge the font and remove the breadcrumps. But I don’t know how and where. It would be great if you could show me how – but please step by step as I’m a real dummy in these things.
Thanx a lot
hermelina
Hi hermelina!
In WordPress dashboard, please go to Enfold theme options > Styling tab and scroll to the bottom of the page and add following code to Quick CSS section
.title_container .breadcrumb { display: none; }
#top .alternate_color.title_container .main-title a {
color: red; }
.title_container .main-title { font-size: 22px; }
and adjust as needed. You can use Hex value for text color
Best regards,
Yigit
Hi Yigit,
many many thanx for your quick answer! It works perfectly!! :-)
hermelina