Skip to content

Instantly share code, notes, and snippets.

View anastransvelo's full-sized avatar

Mohamed Anas anastransvelo

  • Transvelo
  • Chennai
View GitHub Profile
@anastransvelo
anastransvelo / style.css
Created April 29, 2020 05:07
Electro mobile view changes
.handheld-header-v2 .header-logo img,
.mobile-header-v1 .header-logo img,
.mobile-header-v2-inner .header-logo img {
max-width: 136px;
}
.handheld-header-v2 .handheld-header-links>ul li.my-account,
.mobile-header-v1 .handheld-header-links>ul li.my-account,
.mobile-header-v2-inner .handheld-header-links>ul li.my-account {
margin-left: 0;
@anastransvelo
anastransvelo / style.css
Created April 27, 2020 08:03
vodi custom color change
.video-actions--link_add-to-playlist .dropdown-menu > a.toggle-playlist.added:before,
.movie-actions--link_add-to-playlist .dropdown-menu > a.toggle-playlist.added:before,
.tv-show-actions--link_add-to-playlist .dropdown-menu > a.toggle-playlist.added:before,
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list__item a:hover:before,
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list__item.chosen a:before,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-videos-layered-nav-list__item a:hover:before,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-videos-layered-nav-list__item.chosen a:before,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a:hover:before,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item.chosen a:before,
.sidebar-area.widget-area .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layer
@anastransvelo
anastransvelo / style.css
Last active April 24, 2020 15:00
Bethlehem mobile menu action issue
@media screen (max-width: 767px) {
.header-5 header.site-header .header-nav-menu .main-navigation .left-nav-menu .nav-menu>li.open.focus>ul.sub-menu {
display: block !important;
}
.header-5 header.site-header .header-nav-menu .main-navigation .left-nav-menu .nav-menu>li.focus>ul.sub-menu {
display: none !important;
}
.header-5 .main-navigation .sub-menu {
@anastransvelo
anastransvelo / style.css
Last active April 23, 2020 11:54
electro 3.0 4-1-4 black in 1366 view or 1440
@media (min-width: 1199.98px) and (max-width: 1479.98px) {
.products-4-1-4-block .wp-block-elgb-products,
.products-4-1-4-block .wp-block-elgb-product-featured{
display: flex;
height: 100%;
}
.products-4-1-4-block .wp-block-elgb-products > div,
.products-4-1-4-block .wp-block-elgb-product-featured > div {
display: flex;
@anastransvelo
anastransvelo / style.css
Created April 16, 2020 15:31
electro off canvas position change to right
.off-canvas-bg-opacity {
transform: translateX(-250px) !important;
}
.off-canvas-navigation {
left: auto;
right: -250px;
}
@anastransvelo
anastransvelo / style.css
Last active April 16, 2020 10:53
electro move humbugger menu next to search icon
.off-canvas-navigation-wrapper {
position: absolute !important;
z-index: 9;
right: 0;
bottom: 20px;
}
.mobile-header-v1 .site-search,
.mobile-header-v2 .site-search {
margin-right: 60px;
@anastransvelo
anastransvelo / style.css
Created April 6, 2020 12:35
vodi news letter form issue in I pad at editor view
@media (min-width: 992px) and (max-width: 1199px) {
.editor-styles-wrapper .comingsoon-launch-section .btn-subscribe {
padding: 14px 20px;
}
.editor-styles-wrapper .comingsoon-launch-section .email {
max-width: 84px;
}
}
@anastransvelo
anastransvelo / style.css
Last active March 20, 2020 07:19 — forked from jmabbas/style.css
Tokoo - Live search slider overlap
.tokoo-search-form-wrapper form.search-form,
.tokoo-search-form-wrapper .woocommerce-product-search,
.widget_search form.search-form,
.widget_search .woocommerce-product-search,
.widget_product_search form.search-form,
.widget_product_search .woocommerce-product-search {
z-index: 10;
}
.twitter-typeahead .tt-menu {
@anastransvelo
anastransvelo / style.css
Created March 12, 2020 07:02
Electro custom change for button
table.cart .actions .checkout-button,
#payment .place-order button[type=submit],
.single_add_to_cart_button.button {
color: #fff;
background-color: #F25125;
border-color: #F25125;
}
table.cart .actions .checkout-button:hover,
#payment .place-order button[type=submit]:hover,
@anastransvelo
anastransvelo / hotel-single-v3.html
Created February 28, 2020 13:31
Hotel Single v3 sticky block added in sidebar
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Title -->
<title>Hotel Single v3 | MyTravel - Responsive Website Template</title>
<!-- Required Meta Tags Always Come First -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">