Child Theme

Cuztomize the files inside theme and add them into child theme

Ronneby child theme is the perfect solution for the customers who want to modify the Ronneby theme files or organize custom CSS and keep this changes after them updates.

The installation of the Ronneby child theme is run the same as the main theme. More details can be found in this post.

  •  Navigate to  Appearance  Themes in your WordPress admin dashboard.
  • Click Install Themes and click on the Upload button.
  • Select ronneby_child.zip file you extracted from themeforest-11776839-ronneby-highperformance-wordpress-theme.zip/main files folder and click the Install Now button.

Now that you have the child theme activated, you can begin to add your customCSSs into the child theme style.css file via Appearance Editor.
It is important to keep the full directory of the modified file as to those in the parent theme (e.g.: if you’ve modified the file in  inc/actions.php, the child theme should contain the inc folder with the actions.php file inside).

We recommend you to visit the WordPress official documentation as well following this link.

In order to avoid errors, it is important to remember, that if you have any modified PHP, JS or CSS files included into Ronneby child theme, it is necessary to keep them updated in accordance with the Ronneby theme updates release.

div#stuning-header .dfd-stuning-header-bg-container {background-image: url(https://rnbtheme.com/documentation/wp-content/uploads/2017/01/hands1.jpg);background-size: cover;background-position: center center;background-attachment: scroll;background-repeat: no-repeat;}#stuning-header div.page-title-inner {min-height: 550px;}#main-content .dfd-content-wrap {margin: 0px;} #main-content .dfd-content-wrap > article {padding: 0px;}@media only screen and (min-width: 1101px) {#layout.dfd-portfolio-loop > .row.full-width > .blog-section.no-sidebars,#layout.dfd-gallery-loop > .row.full-width > .blog-section.no-sidebars {padding: 0 0px;}#layout.dfd-portfolio-loop > .row.full-width > .blog-section.no-sidebars > #main-content > .dfd-content-wrap:first-child,#layout.dfd-gallery-loop > .row.full-width > .blog-section.no-sidebars > #main-content > .dfd-content-wrap:first-child {border-top: 0px solid transparent; border-bottom: 0px solid transparent;}#layout.dfd-portfolio-loop > .row.full-width #right-sidebar,#layout.dfd-gallery-loop > .row.full-width #right-sidebar {padding-top: 0px;padding-bottom: 0px;}#layout.dfd-portfolio-loop > .row.full-width > .blog-section.no-sidebars .sort-panel,#layout.dfd-gallery-loop > .row.full-width > .blog-section.no-sidebars .sort-panel {margin-left: -0px;margin-right: -0px;}}#layout .dfd-content-wrap.layout-side-image,#layout > .row.full-width .dfd-content-wrap.layout-side-image {margin-left: 0;margin-right: 0;}