PamanGie
Forum Replies Created
-
Forum: Plugins
In reply to: [Smart Slider 3] Smartslider not showing on Not-Login UserForum: Themes and Templates
In reply to: [OceanWP] remove divider line on single postSolved.
I add this css:
.blog-entry.thumbnail-entry {
border-bottom: #fafafa;
}it is border line, not hr.
never mind!, solved it. There is setting on customizer,
general option > page title > style (choose background image). thanks oceanWP.Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Wishlist Table Shortcodeah I found the setting. I am sorry for my foolish newbie question. I didnt notice it.
thanks!
Forum: Themes and Templates
In reply to: [OceanWP] Mobile Menu CustomizingOh case close, I just add this
#site-header.medium-header #site-navigation-wrap .dropdown-menu > li > a, #site-header.medium-header .oceanwp-mobile-menu-icon a {
position: absolute;
top: -70px;
left: 0;
right: 0;
margin: auto
}if you have another code suggestion, please let me know.
Forum: Themes and Templates
In reply to: [OceanWP] Mobile Menu Customizingi tried this, but not working to the top
#site-header.medium-header #site-navigation-wrap .dropdown-menu > li > a, #site-header.medium-header .oceanwp-mobile-menu-icon a {
padding-top: -100px
}Forum: Plugins
In reply to: [WHMCS Bridge] Register Menuthanks already solved the problem. i just change the url link to register. for example.
your url contact is: https://yourdomain.com/?ccce=clientarea&page_id=2281
then change ccce=clientarea to ccce=register
https://yourdomain.com/?ccce=register&page_id=2281
that’s it .. and youre done.