Tagged: 

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #417873

    Hi there,

    I was wondering if there was a way of changing the menu font?
    I am happy with the font for the dropdown bit, and ideally, I would use this font for the main menu.

    Also, when on the home page, (when clicked on the logo) there are two fine grey lines that I’d like to remove, how can I do this?

    Also, I think I’d prefer the logo to not shrink when I scroll down. Can this be done?

    I know this is a lot of questions – I am very new to making websites and have been struggling a little!

    Best,

    Daisy

    #418343

    Hi daisyellis!

    You can change the font for the menu under Enfold–>Advanced Styling

    Please add this to Quick CSS under Enfold–>General Styling to get rid of the borders:

    #top.avia-blank #main .container_wrap:last-child {
      border-bottom-width: 0px !important; 
    }
    
    .responsive #top.avia-blank #main .main_color.container_wrap:first-child{
    border-color: white !important;
    }

    Set the header not to shrink by going to Enfold–>Header–>Header Behaviour and uncheck Shrinking Header

    Best regards,
    Rikard

    #421395

    Hi Rikard,

    I really appreciate this. Thank you.

    I am still struggling with the main menu font – I cant see where I change the font in theme options. Also, would it be ‘small bar above main menu’, ‘main menu sublevel links’ or ‘main menu links’.

    Also I’d like to erase the info that comes up when you have clicked on one of the items in the main menu – where there is a line and ‘you are here:home / …’ and the name of the item you have clicked on e.g. ‘news’, ‘about’ etc.

    I was wondering if there is a limited capacity for images?

    When I click on an image and it enlarges, that’s great, but I’m not sure I like the styling of the arrows and the cross. Is there anything I can do with that?

    Also, how to space out images and annotations – if you click on ‘series’ and ‘black studies’, I would like a little more spacing in between, and spacing in my contact info.

    Best,

    Daisy

    #421769

    Hi!

    1. You can change the menu items in the backend by going to Enfold–>Advanced Styling and then selecting Main Menu Links

    2. You mean that you want to hide/remove the breadcrumbs?

    3. Yes you can change the styling, how would you like it to look? Please provide us with screenshots/a mock-up/sketch of how you would like it to look instead.

    4. A screenshot highlighting how you would like it to look would be helpful here as well.

    Best regards,
    Rikard

    #421852
    This reply has been marked as private.
    #421854
    This reply has been marked as private.
    #421875

    Hey!

    Login credentials are needed. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.
    You can go to Enfold theme options > Header and choose to display only title – http://i.imgur.com/Rg5Y6LU.png

    Best regards,
    Yigit

    #421883
    This reply has been marked as private.
    #421886
    This reply has been marked as private.
    #421889
    This reply has been marked as private.
    #421891
    This reply has been marked as private.
    #421895
    This reply has been marked as private.
    #422608

    Hi!

    I viewed your link but your site doesn’t really look like in your screenshots.

    To answer your question about the magnific popup icons (arrows, cross, etc etc).. you can do some simple styling on them with this CSS.

    .mfp-arrow::before {
      font-size: 10px !important;
    }
    .mfp-close { font-size: 14px !important; }
    

    Best regards,
    Elliott

    • This reply was modified 9 years ago by Elliott.
    #427690
    This reply has been marked as private.
    #428332

    Hey!

    Add this.

    .mfp-close {
      animation: 0s ease 0s normal none 1 running none !important;
      border: 0 none !important;
      transform: none !important;
      transition: none 0s ease 0s  !important;
    }

    For the main menu links you can style those in Dashboard > Enfold > Advanced Styling.

    Cheers!
    Elliott

    #436730
    This reply has been marked as private.
    #436733
Viewing 17 posts - 1 through 17 (of 17 total)
  • You must be logged in to reply to this topic.