Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #165544

    Hi,

    I have a few basic customisation & CSS questions which I hope you can answer. (I’m not a programmer, but I have basic CSS knowledge… so once I know where to look, I’ll find my way around).

    1) I would like to add 30px of space between the header and the content area. I’ve tried adding a Text Block, or a Horizontal Ruler…. but that creates a little bit too much space. What’s the CSS Id for this?

    2) Is it possible to change the logo behaviour, so that it keeps its size even when the page is scrolled down?

    3) How can I remove the “Home” from the breadcrumbs section?

    4) In the Full Width Easy Slider: The dots at the bottom are inside the image area. Is it possible to move them to underneath the image?
    I know I could make the images a few pixels higher and add some space in background colour on the bottom of the JPG file. But that’s not the most elegant solution if I later want tot change the background colour of the site…

    Thanks for your help – and also for a terrific template!!!

    #165620

    Hey BelIblis!

    1) Please add following code to Quick CSS in Enfold theme options under Styling and adjust as desired

    #header { margin-bottom: 30px; }

    2) Please see this page http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990/support

    3) In your WordPress theme directory please go to Enfold > Framework > Php and open class-breadcrumb.php file and find this code http://i.imgur.com/vCbhn1J.jpg in line 209 and comment it out by adding // in the beginning of the line

    4) It is not possible to move dots or arrows out of the slider :)

    Best regards,
    Yigit

    #166009

    Can you please tell me, on the Envato theme, how to remove the breadcrumb / title totally.
    On the demo, you have it removed on the home page, but shows on the other pages, How can I edit the theme the same way?
    Also, when viewing from a tablet, when the title is long, the breadcrumb overlaps the title. If there is a way to keep the title and just remove the breadcrumb or alter the responsive layout that it dosn’t overlap?

    Thus the editing would be:
    1- No title/breadcrumb on the homepage – slides should appear directly under the menu.
    2. Title shows on pages without the breadcrumb. Even better if the responsive css can be changed that the breadcrumbs don’t overlap the title.

    Herewith the link to the demo site: http://skillsjunky.com/gwmpretoria/vehicles/steed-5-double-cab/steed-5-2-0-vgt-diesel-double-cab-4×2-4×4
    Also the client requested images in the mega menu if possible. Can it be added?

    • This reply was modified 10 years, 10 months ago by WebOnSite.
    #166114

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling

    .home .title_container { display: none; }
    .title_container .breadcrumb { display: none; }

    For megamenu please refer to this video http://vimeo.com/channels/aviathemes/67651241

    Regards,
    Yigit

    #166293

    Works like a charm :) Thanks so much.
    Great theme, great support.

    #166295

    Hello!

    You are welcome, glad we could help :)

    Cheers!
    Yigit

    #167129

    Hi Yigit,

    Thanks very much for your help! (I just saw your answer at this very moment – thought I would get an e-mail notification, but didn’t).
    Will try your solutions & post feedback here if I encounter any problems :)

    Great customers support, guys! Seriously!

    #167139

    Hello!

    You can subscribe to this topic by checking “Notify me of follow-up replies via email” right above Submit button :)

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Some CSS questions’ is closed to new replies.