nidhidhandhukiya
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twenty] change fontsHello @neecu
You can able to change the font family from the editor also and from the code also.elementor-element-5755f7d > .elementor-widget-container > p { font-family: 'Circular-Loom'; }Add this code and give the font family as per your convenience.
Forum: Themes and Templates
In reply to: [Mesmerize] Page sidebar background colorHello @tbsimpianti
This code can solve your issue..footer-shadow .sidebar.page-sidebar .widget_block { background-color:#f5fafd; }Forum: Themes and Templates
In reply to: [Moesia] Title colour changeHello @jennifercross
This can solve your issue..panel-widget-style .widget-title { color: #d79124; }Forum: Themes and Templates
In reply to: [Astra] Problem with arrow from drop down menu- on mobilehello @milaclothesofficial
@media screen and (max-width: 921px){ .ast-header-break-point .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle{ font-size: 14px; border-width: 2px; } }Add this custom CSS in your theme and then check your issue is resolved.
Please let me know if you have any queries.Forum: Themes and Templates
In reply to: [Flash] Flash Theme – increase font size of main menuHello @redkatdesign
You can handle this thing by this code
#site-navigation ul li a{ font-size: 16px;}
You can find this and change your font size in the style.css which is inside your theme.
When you find that CSS just simply change the font size as per your need.Please let me know if you find any difficulty to solving this.
Thanks.Forum: Themes and Templates
In reply to: [OceanWP] White box at the bottom of mobile siteHello @bwp0603
I am also nit able to reproduce this issue by creating new page in ocean Wp theme.
but yes we can able to reproduce this issue on this page. https://blacktravellounge.com/Solution :-
This issue is facing on the screen size smaller than 1100.
reason behind happening this issue is we have nc_wrapper class which is display none in the desktop.
and it’s visibility:visible after the screen size 1100.If you add this css then your issue will resolved.
.nc_wrapper { display: none!important; }Forum: Themes and Templates
In reply to: [Astra] Add a space before the title of the post?Hello @jiri02
By adding this custom css your issue is resolved.
.ast-single-post .entry-title {margin: 30px 0 0;}Forum: Themes and Templates
In reply to: [Inspiro] Font for site title logo text of header bar.Hello @oszsan,
You can able to solve this issue by the giving the element custom class and for that in right side of menu you have screen option tab at the top open it.
–> select css classes in that.
–> when you select that css classes you can able to see in your menu you have new option for the each menu item.I have attached screenshot for better understanding.
Link of screenshot :- https://prnt.sc/qE9cQ2AAw-EdNow by using that custom class just add css as per your requirement and your issue is resolved.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Two] spacing between blocksHello @jenzgaard,
Glad to hear that your problem solved for footer.Yes you can able to do it for all the other blocks also.
.no-margin-top{margin-top: 0!important;}
Add this css in your custom css and then go to the parent class of each block where you want no space.
In right side you have option Additional classes put there no-margin-top and then your issue is resolved.Forum: Themes and Templates
In reply to: [Twenty Twenty-Two] spacing between blocksHello @jenzgaard,
you can able to solved this by adding custom css.
footer {margin-top: 0!important;}
This css will solve your issue.- This reply was modified 4 years, 2 months ago by nidhidhandhukiya.
Forum: Themes and Templates
In reply to: [Astra] Unable to apply transparent header to single post pageHello @yourbudweiser,
IF you check your code where the page is having transparent header in that in the body you have ast-theme-transparent-header this class.
And in the single post page these class is missing in your body so you have to add this class in body for single post page.@slav2791,
Glad to know that my answer is helpful for you.@tehranapprepair,
I don’t get your point can you elaborate a little more.- This reply was modified 4 years, 2 months ago by nidhidhandhukiya.
Hello @slav2791,
If you want to change the background color of the main hero-banner so that you don’t need any custom or additional css.
–> just simply open your site edit that page and then clicked that black background and in header you have list-view option open that list view.
–> after that the first thing you can see is header dark small open it inside that you find a group when you click on that group right side you have color option in that color you have background option from there you can able to change that hero banner black background color.Please clarify me if i have misunderstood your problem.
I attached the screenshot if your problem is same as i understood so that will be helpful for you.
screenshot url :- https://prnt.sc/3xHTUxd0M_TqForum: Fixing WordPress
In reply to: BIO text issueHEllo @msound81 ,
For inspector you just need to press right click from your mouse and then it will show few options and in that options you have inspector also.
Short cut key for inspect element :-
Use the shortcut control-shift-C in Windows or command-option-C in macOS.Forum: Fixing WordPress
In reply to: Dropdown menu take time to showHello @somabasu
i have checked about your issue and the menu is working perfectly fine it is not working only when that svg is loaded using that animation so you have to check for that animation of svg it may cause a problem.