Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #372032

    Hello,

    Thanks for great site and support.
    My client wants 2 instances of accordion toggle for FAQ and wants a diff color for the collapsed visible text title in each case.
    please show me quick CSS for 2 different page ids to use.

    Could I also ask (again per page) for the CSS for the hover over gallery main image (enlarge icon background color)

    Thanks
    S

    #372097

    Hi spheor!

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

    .page-id-302 p.toggler.activeTitle {
    background-color: orange !important;
    color: white !important;
    }
    .page-id-302 p.toggler {
    background-color: red !important;
    color: white !important;
    }

    You can adjust the code for the second page by changing the page id.
    2- Selector is following

    .image-overlay { }

    If you can elaborate, we can help you better.

    Cheers!
    Yigit

    #375084
    This reply has been marked as private.
    #375465

    Hey!

    use this in Quick CSS:

    .main_color .primary-background, .main_color .primary-background a, div .main_color .button, .main_color #submit, .main_color input[type='submit'], .main_color .small-preview:hover, .main_color .avia-menu-fx, .main_color .avia-menu-fx .avia-arrow, .main_color.iconbox_top .iconbox_icon, .main_color .iconbox_top a.iconbox_icon:hover, .main_color .avia-data-table th.avia-highlight-col, .main_color .avia-color-theme-color, .main_color .avia-color-theme-color:hover, .main_color .image-overlay .image-overlay-inside:before, .main_color .comment-count, .main_color .av_dropcap2, #top #wrap_all .main_color .av-menu-button-colored > a .avia-menu-text, .main_color .av-colored-style .av-countdown-cell-inner, .responsive #top .main_color .av-open-submenu.av-subnav-menu > li > a:hover, #top .main_color .av-open-submenu.av-subnav-menu li > ul a:hover {
    background-color: violet;
    }
    

    Cheers!
    Andy

    #376039

    Thanks Andy

    However I only want the image overlay affected AND only for one page so please point out specifically the relevant part.
    Thanks
    S

    #376161

    Hey!

    Please add following code to Quick CSS

    .page-id-605 .image-overlay.overlay-type-extern .image-overlay-inside:before {
    background-color: violet;
    }

    You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg

    Best regards,
    Yigit

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