Add a border to the map by Divi Addons | Last Updated on Dec 19, 2016To add a border to the map: .et_pb_map_container { border: 2px solid #324993; border-radius: 10px; }
Change the size of the widget title by Divi Addons | Last Updated on Dec 19, 2016To change the size of the widget title: .et_pb_widget .widgettitle { font-size: 15px; font-weight: bold; }
Change the colour and opacity of the drop down menu text on hover by Divi Addons | Last Updated on Dec 19, 2016To change the colour and opacity of the drop down menu text on hover: #top-menu li li a:hover { color: #cc0000; opacity: 1 !important; }
Change the colour and opacity of the main menu text on hover by Divi Addons | Last Updated on Dec 19, 2016To change the colour and opacity of the main menu text on hover: #top-menu-nav ul li a:hover { color: #cc0000; opacity: 1 !important; }
Change the colour of the bottom bar links and on hover by Divi Addons | Last Updated on Dec 19, 2016To change the colour of the bottom bar links and on hover: #footer-info a { color: #ffffff; } #footer-info a:hover { color: #000000; opacity: 1 !important; }