martinmms
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Agama] Lost included homepage and blogHi Jerry
That was the same conclusion I came to, so I started over again.
How do I get class=”month-year” visible in frontend on post in Agama Blue Theme? I can get it on when I using Agama Theme.Forum: Themes and Templates
In reply to: [Agama] Agama Blue problem with reChaptcha and contact form 7Thank you Jerry
Absolutely perfect work, thank you very much!Forum: Themes and Templates
In reply to: [Agama] Agama Blue problem with reChaptcha and contact form 7Hi Jerry
I have now updated my theme, but I still have that extra wide box around reCaptcha.
Use this link to see it
Another issue is between the boxes and my sidebar to the right, that area in between, respond when you click in it.
eg. if you click on the white background after the text “Gennemse… Ingen fil valgt” opens the window/box where you can add files?I use these codes in additional CSS:
.sm-form-control {
height: 100%!important;}
/* Submit Button CSS Styles */
.wpcf7 input[type=submit] {
padding:15px 45px;
background:#00ADDC;
color:#fff;
font-size:18px;
font-weight:bold;
border:0 none;
cursor:pointer;
-webkit-border-radius: 5px;
border-radius: 5px;
}
/* Text Input Field Styles */
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=url], .wpcf7 input[type=tel], .wpcf7 input[type=number], .wpcf7 .wpcf7-select{
font-size:13px;
border-color:gray;
}
/* Textarea Field Styles */
.wpcf7 textarea {
width: 110px;
height: 85px;
color: black;
font-size: 12px;
border-color:gray;
}If I use this code in additional CSS all boxes disapear.
.wpcf7-form-control-wrap .sm-form-control {
border: 0 none! important;
}