prabhukb
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Cannyon] Problem with different browsersHi Again,
Here is code,
you can copy and paste it to stylesheet and edit to suit your needs..example
0.15 or 0.50 or 0.10.valign-cell-wrapper { background: rgba(0, 0, 0, 0.15) !important; }
Hope this helps:)
let me know if it works!.Forum: Themes and Templates
In reply to: [Cannyon] Problem with different browsersHey Richard,
Here is code, you can copy and paste it to the style.css
.mythemes-page.page table td a img { width: 100% !important; }
Forum: Themes and Templates
In reply to: [WP Clean Green] No work text edotir in postHey Vadym,
Can you please disable all the plugins and see if the issue is still there?
Cheers.
Forum: Themes and Templates
In reply to: [i-max] Big gap between content and bottom of pageGlad I could help:-)
Forum: Themes and Templates
In reply to: Need to remove blank white spaceGlad I could help)))
Forum: Themes and Templates
In reply to: Need to remove blank white space.site::before {
z-index: 0;
}Forum: Themes and Templates
In reply to: Need to remove blank white space#secondary {
display: none;
}Forum: Themes and Templates
In reply to: specify certain CSS doesn't workPlease share your site screenshot, i can’t find your problem.
Forum: Themes and Templates
In reply to: specify certain CSS doesn't workHey,
Which Section of the image, do you like remove box shadow? use that section class name.Example:
.comment-content img{}
.author-avatar img{}
img.wp-post-image{}Forum: Themes and Templates
In reply to: specify certain CSS doesn't workTry Below Methods
Method One:
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image { -webkit-box-shadow: 0 0 0 transparent !important; -moz-box-shadow: 0 0 0 transparent !important; box-shadow: 0 0 0 transparent !important; }
Method Two:
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image { -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; }
Method Three:
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image { -webkit-box-shadow: 0 !important; -moz-box-shadow: 0 !important; box-shadow: 0 !important; }
Hope this Help)
Let me know if it works.
Forum: Themes and Templates
In reply to: [Flat Responsive] Home Page : larger width and centreHello,
you can change Template => Page Full Width
Forum: Themes and Templates
In reply to: specify certain CSS doesn't workcan you please post link to your site so I can take a look?
Forum: Themes and Templates
In reply to: specify certain CSS doesn't workHello,
Try this format.
-webkit-box-shadow: 0 0 0 transparent;
-moz-box-shadow: 0 0 0 transparent;
box-shadow: 0 0 0 transparent;Hope this help:)
Forum: Themes and Templates
In reply to: [i-max] Big Gap in Pages on MobileHey,
Paste after the above text 768 Media section
.iheader h1 { width: 100%; float: none; }
Cheers.
Forum: Themes and Templates
In reply to: [i-max] Big Gap in Pages on MobileGlad I could help
Cheers..