Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #223428

    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

    #223431

    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

    #223434

    Hi Yigit,

    many many thanx for your quick answer! It works perfectly!! :-)

    hermelina

    #223435

    Hi!

    You are welcome Hermelina, glad we could help :) Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove breadcrumps, change font – for beginners’ is closed to new replies.