currently there are four items as a default for this template. I'd like to take one or two of them away. How do I remove 1 feature image and 2 feature image?
Hello, It is not possible to remove any of feature area from the 4 feature section of Blackriders theme, because if try to do so it will lose the theme layout.
What about changing some code in the custom css file or style.css? It's weird it can't be changed at all...
Hello, Due to the circular feature image, it is not possible to remove any of feature area from the 4 feature section of Blackriders theme. If we remove any feature area the design of the theme will not look good. If you still want this, Go to the front-page.php file present in your theme directory and follow the instruction shown in the image given below. Now, After that, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .feature_inner_box { width: 100%; } This is the possible solution.