Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #389088

    Hello,

    Please do take a look at my page at http://stolarijamedved.com/. Can you see the top menu? Alright, now scroll down…. can you see how the menu text got overlaped? Can I fix this?

    Also, I’d like to make the menu when mouseovered colored, or some other effect, different from the line that appears on the bottom of the text.

    If you could help me, I’d be very gratefull!

    #389091

    Also, while at it, please do take a look at for example this page : http://stolarijamedved.com/galerija-reference/galerija-stambena-oprema/galerija-blagovaonice/

    Left sidebar is the problem. How can I edit it so that the PARENT pages are more visible from the CHILD pages. As of now, you are on the child page, but can you easly notice that? You can not, because the text is not bold for the PARENT page, nothing indicates CLEARLY what pages are PARENT and what pages are CHILD.

    #389887

    Hey paranoia32!

    I had a look at your site and I saw that you had some custom CSS, I think it would be easier if you could let us have a look at your installation. Could you post WordPress login details as a private reply please?

    Cheers!
    Rikard

    • This reply was modified 9 years, 5 months ago by Yigit. Reason: made post public
    #390447

    I see a reply marked as private and am unable to read it! Please clarify!

    #390622

    Hi!

    Do you mind posting temporary admin login credentials here privately?

    Cheers!
    Yigit

    #390738
    This reply has been marked as private.
    #391383

    Hi!

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

    .header-scrolled span.menu-breaka {
    bottom: 0;
    }
    .header-scrolled span.menu-break {
    bottom: 15px;
    }

    Regards,
    Yigit

    #391418

    Thank you! That did it! Can I post further in this topic about the top menu issues or should I create a new topic? The thing is, if you are on a lower resolution monitor, the top menu overlaps with the logo too much before it actually converts to ”mobile view”, try resizing your browser window by width and you will see what I mean.

    #391433

    Hi!

    Please add following code to Quick CSS

    @media only screen and (max-width: 1300px) and (min-width: 990px) {
    .av-main-nav > li > a { padding: 0 6px; }
    #top #header .av-main-nav > li > a { font-size: 13px; }
    .logo * { max-width: 90%; top: 15px; }
    .avia-menu.av_menu_icon_beside { padding-right: 0; margin-right: 5px; }}

    and then Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px

    Best regards,
    Yigit

    #391460

    Hello,

    thank you for such a swift reply! It worked perfectly! Amazing!
    Sorry to bother so much, but on this page http://stolarijamedved.com/galerija-reference/galerija-stambena-oprema/, I would love to make the elements in the left sidebar stand out. For example, I’d like to make it easier to notice which are parent pages and which are child pages.

    Are there any tips you could give me, on where to look for the code to edit?

    Regards,

    Matija

    Edit: Not just that page with a sidebar, all pages with that sidebar!

    • This reply was modified 9 years, 5 months ago by paranoia32.
    #391464

    Hi!

    Matija please add following code to Quick CSS as well

    #top .widget_nav_menu li { font-weight: bold; }
    .sidebar ul.children li { font-weight: normal!important; }

    It will make parent items bold and child items normal font weight. You can adjust styling using these selectors

    Cheers!
    Yigit

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.