Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #848856

    I’d like to adjust the sidebar links so that the link is white and then underlined is the hover state. How can I do this without adjusting the other links on the site?

    #849159

    I am still looking for an answer or guidance on this. Can’t seem to find anything via searches other than custom CSS, but I don’t really want to do it that way. Modifying text/font attributes in sidebars should be included with Enfold,

    #849335

    Hi,

    Please use

    .main_color .sidebar a {
    color: #fff !important
    }
    .main_color .sidebar a:hover {
    text-effect: underline;
    }

    Let us know if anything else.

    Best regards,
    Basilis

    #849727

    Thanks for the reply, but that did not work. Take a look at the site now and see what your code did. Now the all the text is white so you can’t see the text when in the Active State and the hover state of being underlined does not work….

    I guess when it the link is active, the background should be white and the text #33827a and all the other links just white. So no underlining. I made a mistake there.

    • This reply was modified 7 years, 2 months ago by gwinenvato.
    #849999

    Hi,
    Please replace previous code with this code:

    @media only screen and (min-width: 1024px) { .main_color .sidebar a {color: #fff !important}
    .widget_nav_menu .current_page_item>a {color: #33827a !important; }}

    please see screenshot in Private Content area & please clear your cache

    Best regards,
    Mike

    #851239

    Thanks Mike. This is great, but there is still no hover state…..which should be the same as the active state.

    #851578

    Hi gwinenvato,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .nested_nav .page_item a:hover {
      text-decoration: underline;
      color: #666 !important; <---- use this if you need to change the color of text
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #851704

    Victoria – I need the hover state to be the same as the active state. You gave me an underline and changing the color to gray. As stated above, I need the background of the link to be white and the text #33827a and all the other text links just white. So no underlining.

    UPDATE: I’ve managed to get the background white and the text #33827a – but please take a look. The white background hover state is not reaching to the left edge like the active state is. How can I fix that?

    • This reply was modified 7 years, 2 months ago by gwinenvato.
    #851732

    Hi,

    I added following code to Style.css file of your child theme

    .sidebar .widget_nav_menu ul:first-child>.current_page_item:hover {
        background-color: white;
    }

    Please review your website

    Best regards,
    Yigit

    #851736

    I guess I’m not communicating very well.The issue is still there. The hover and active state should be exaclty the same. Please go to the site and look at the side bar. I feel like I’ve been going back and forth with this for days. There must be a better way to get my issue across. I appreciate all of your help, but this is time consuming.

    #851768

    Hi!

    Please post screenshots showing the changes you would like to make so we can make sure that we are on the same page. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.

    Background color is reaching till the edge on my end. Please see attached link in private content field.

    Cheers!
    Yigit

    #852210

    Here is a screen shot.
    http://fab.0bb.myftpupload.com/wp-content/uploads/2017/09/Side_bar.png

    This page also has a side bar but there is not active/hover state like the other side bars.
    http://fab.0bb.myftpupload.com/wp-content/uploads/2017/09/Amenities.png

    #853086

    Hi,
    Try this code at the bottom of the General Styling > Quick CSS field:

     .sidebar .widget_nav_menu ul:first-child>.page_item:hover {
        color: #33827a !important;
        background: #f8f8f8!important; 
        padding-left: 51px!important; 
        left: -51px!important;
        font-weight: bold!important; 
        margin-right: -51px!important; 
    }
    

    Please see screenshot in Private Content area & Please clear your cache :)

    Best regards,
    Mike

    #853498

    I really am beyond frustrated with the help I’ve received so far. I’m not really even sure if my posts are read. I’ve tried all the code you guys have offered but nothing changes. I tried entering this last code into Quick CSS and into the Appearance / Editor / Style.css. Cleared the cache and it’s all still the same. And…the Amenities page has no hover/active state on the sidebar at all. The screen shot that Mike posted above is correct. That is how it should function for all the pages. The Amenities page is pulling a widget into the sidebar so that might be why it is not working at all. Here is Mike’s screen shot again.

    https://s6.postimg.org/5bwrxsp3l/2017-09-17_105507.jpg

    This has been ongoing since Sept 6th. Doesn’t seem like the Enfold theme should be that difficult. Please help!

    #854728

    Hi,

    We are very sorry for the confusion. The “active” state is not going to work on the “Ammenities” page because it’s not the parent page but we can add the hover effect. We added this code in the style.css file.

    .sidebar ul li a:hover {
        font-weight: bold;
        color: #33827a !important;
    }

    Please remove browser cache or hard refresh before checking the page.

    Best regards,
    Ismael

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