Themesbydp
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Fixing WordPress
In reply to: Purple background overlayHere is the css code you have to change, Change the background-image color code and add the code in custom css.
.ribbon-section .ribbon-button button, .bottom-ribbon-section .ribbon-button button, .button-two .main-button button, .main-button button, .contact-wrap .leadform-show-form.leadform-lite input[type="submit"] { background-image: linear-gradient(90deg,#f92c8b 0%,#b02cd6 100%)!important; box-shadow: 0px 20px 30px -10px rgba(249,44,139,0.4); -webkit-animation-duration: .2s; -moz-animation-duration: .2s; -o-animation-duration: .2s; animation-duration: .2s; }Forum: Fixing WordPress
In reply to: Purple background overlayYour site in under maintenance, make it live. I will look into that.
Forum: Fixing WordPress
In reply to: Purple background overlayYes you can, just change the color code in the following css code and add the new css code in custom css,
To change Header Section color:
.main-header-section { background-image: linear-gradient(130deg,rgba(134, 36, 225, 0.91) 25%,rgba(54, 7, 166, 0.89) 100%)!important; }To change bottom section color:
.bottom-ribbon-section, .contact-section, #woocommerce.woocommerce-section { background-image: linear-gradient(130deg,rgba(134, 36, 225, 0.91) 25%,rgba(54, 7, 166, 0.89) 100%)!important; }- This reply was modified 7 years, 8 months ago by Themesbydp.
Forum: Fixing WordPress
In reply to: Remove thumbnail on paged postThat was featured-image, if you want to disable this add the following css code in your themes custom css.
.featured-image, .featured-video {
display: none;
}Forum: Installing WordPress
In reply to: URLwithout /wordpressInstall WordPress in public html directory, not in public_html/wordpress
Forum: Installing WordPress
In reply to: Server Requirements to Run a Heavy WordPress SiteI would suggest 4GB Ram server, with unlimited bandwidth.
Viewing 6 replies - 1 through 6 (of 6 total)