Assuming you have your child theme set up correctly, placing the following CSS in it which simply resets some of the preset values should get you all the way there.
.et_pt_portfolio_entry {
border: none;
border-bottom: none;
background: transparent;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
padding: 5px;
margin-bottom: 7px;
}
Related Posts:
- Versioning @import of parent theme’s style.css
- Attributing a version number to a child theme’s main stylesheet
- how do I queue my Child stylesheet/s *after* every Parent stylesheet/statement?
- Why is the Child Theme Stylesheet Not Loading?
- Give priority to child theme stylesheet
- How can I make new .css file in child theme override styles in child theme’s style.css
- Style.css in child theme is loaded before Bootstrap
- Child Theme vs. Jetpack Editor
- How do add a the style-mobile css from the main theme to the child theme?
- Child theme style.css isn’t overwriting parent style.css
- How to use custom stylesheet only for a template in child theme
- Order of stylesheets in child theme
- Child theme problem
- What is the correct workflow for modifying child themes?
- How can I get this child theme stylesheet to properly load? Or if it is correct, why doesn’t my child theme appearance match the parent?
- Child theme not importing parent styles
- Set a link in child theme style.css to jump to #main [closed]
- Stylesheet overriding in Child theme
- Two stylesheets acting on one element
- WordPress Child Theme – twentyeleven
- Modify Twentyeleven child theme CSS – How to change body font size?
- Enqueuing multiple stylesheets with a child theme
- How to override styles from child theme if all the styles are in a folder?
- How to activate the child theme in WordPress?
- How to create my own style.css file in an wordpress child-theme
- How to cache bust a child theme style.css
- @package & @subpackage: how to use with child themes
- Get parent theme version
- Optimal approach for replacing the 8 header images in a child theme?
- How to transfer changes to a child theme?
- WordPress master + child themes + Git workflow
- something like is_childtheme()
- Child Theme, Functions.php Issues
- Redefining function in child themes
- CSS in child theme not overriding the parent theme [closed]
- Child Theme CSS Not Overriding Parent Theme In MultiSite Site
- Activating Child Theme Breaks Website, Blank Page, Error 500
- some things in child theme css not overriding parent
- How to disable updates in WordPress theme
- Dequeue only stylesheets but not inline style added using wp_add_inline_style
- Duplicate and alter sidebar for Twenty Eleven
- Recommended way to load / enqueue parent and child stylesheet to enable cache busting
- Altered media sizes (in dash), not updating to existing images/posts
- How do I make wp_localize_script variables available for child theme?
- Localization: Textdomain of Child teme
- How to add child theme after using parent theme for long
- Customizing default Mediaelement player
- How does a Child Theme works?
- Creating new templates in child themes breaks layout
- Cannot dequeue script in child theme
- Activate Child Theme .mo and .po files
- Override file inside inc in child theme
- Child Themes of Non-WordPress Sanctioned Templates
- add function to thematic hooks [closed]
- Child themes, over riding in the parents theme
- All Titles and Menus changed to “CHILD THEME LOADED”
- ‘Recent Posts’ links open in new window, without copying the ‘WP_Widget_Recent_Posts’ class
- Best method to add style sheets into child theme?
- Override post-formats in child theme
- Child Theme Variables
- Is there any way to put the Google Tag manager Identification code into the child theme?
- Getting an error. Need to add favicon in my child theme functions.php. What’s wrong?
- Creating a child theme: How do I find the template name of the parent directory?
- Why submenu item’s background color is not changing by css?
- Child Theme over write rules
- How do I change/remove styling (top border) on main menu for active page and hovering (Avada Theme)
- get_template_directory_uri() links to child theme not parent
- wp_enqueue wont work on some files?
- WordPress + Child Theme = Am I missing something?
- How to make a child theme independent of parent?
- Sliding-Doors Child Theme
- Google Analytics on a staging site
- Show excerpt and not full post in Twenty Seventeen
- Child Theme style.css changes aren’t showing. Parent “style-less.css” over rides it, and won’t update
- Reenable disabled Elementor widget via child theme
- Why would the child theme load in the Customize preview, but not on the site itself?
- How to set a custom post type as home page and set post page to regular post?
- Copy files from main to child theme (after designing website)
- Setting Up Child Theme To Take Priority
- Twenty Seventeen – Navigation bar, logo, header size
- using a child theme, after enqueing my js file it is loading before jquery
- Help with is_page() and calling css for specific pages in a Child Theme
- How can I load child theme stylesheet with cache busting string and remove same stylesheet loaded by parent theme?
- Need help installing Hoffman child theme
- Adding translation files to a child theme
- is it ok to dequeue default parent stylesheet from custom page templates in child theme?
- Changing header banner dimension in child theme
- Where to find the html for WordPress site? [closed]
- How to remove image on single product and get product to span page?
- Preventing PHP Execution in Parent Theme
- WordPress picks parent theme’s home page template instead of the child theme one
- What the mean about ‘child theme’?
- Child theme template value for style.css for parent in different folder
- Child theme after CSS modification
- About wordpress child themes
- Body classes in child theme
- Add Custom CSS Class in Child Theme [closed]
- melville and its child theme
- Child theme css not loading when declared in parent functions
- Modifying posts based on category in TwentyTwentyTwo theme