Okay
  Public Ticket #2107768
Video Gallery, Connect Menue, Hover Colour
Closed

Comments

  • annemonetaake started the conversation

    Hi,

    i have a couple of Questions.

    If I add the photo & video Gallery wanting to only show youtube videos, I chose Jellytheme Gallery via WPBakery - i hove no idea where to actually add content to gallery and make changes !

    ( it seems to be same problem with the other ones as well - like contact form - where can I actually edit those. )

    MENUE

    How do I connect the different sections in on multisession page to menu.

    And finally how do I change the red menu color into the orange of our CI ?


    Thank you so much. 

    This new WPBakerything took it out of me.... Sorry for a million Questions.

    A.

  •  840
    Jelly replied

    Hello,

    If I add the photo & video Gallery...

    Please go to wp-admin > Multimedia > Add Multimedia.

    like contact form - where can I actually edit those.

    Unfortunately, you can't edit theme's contact form. However you can try using Contact Form 7 plugin or similar.

    How do I connect the different sections in on multisession page to menu.

    Please go to wp-admin > Pages > Edit Home > press Edit Row > add Row Id https://tppr.me/OcYud. Now go to wp-admin > Appearance > Menus > add Custom Link with Row Id at the end https://tppr.me/3MpJF

    And finally how do I change the red menu color into the orange of our CI ?

    Please add this code to Appearance > Customize > Additional CSS:

    .navbar-default .navbar-nav > li.active > a,
    .navbar-default .navbar-nav > li.active > a:hover,
    .navbar-default .navbar-nav > li.active > a:focus,
    .navbar-default .navbar-nav > li > a:hover {
      color: orange;

    Best Regards,
    Jelly Team