Jump to content

Regarding Changes in Theme for Front Page


Andy09

Recommended Posts

Forum Link - digitalmoneytalk.com/

I want assistance for following -

1. I want to increase the size of Header Area by 2x. The size is reduced after recent upgradation.

Note -Screenshot Attached ( Header Area.jpg)

 

2. I want to delete all the area which is shown in Red color Rectangle in the screenshot attached.
Area is as under
a. Secondary navigation box.
b. Home page link
c. Forum ( TEXT Box)
Note - Screenshot (Delete Red area.jpg) attached.

Let me know if you need any further details are required.

Thanks in advance

Header Area.jpg

Delete Red area.jpg

Link to comment
Share on other sites

On 9/25/2020 at 2:09 AM, 403 - Forbiddeen said:

Hello.

About 'forums' try this.
 


.ipsType_pageTitle .ipsFlex-flex:11 .ipsType_break {display:none}

 

About nav
 


#ipsLayout_header nav::after{display:none;}

About 'home', maybe you need to delete this on code, because don't have any class to try to hide.

About header, you want to edit the size?

 

I'm new when it comes to changing theme coding.

Can you please let me know where those changes should be made. I mean the exact template location.

 

About Header, I want to edit the size.

At present the size of header is 1520x132. I want to make it 1520x200

 

Link to comment
Share on other sites

On 9/29/2020 at 9:04 PM, 403 - Forbiddeen said:

Simple:


#ipsLayout_header header {height: 200px;}

#ipsLayout_header header > .ipsLayout_container {
    height: 200px;
}

Only left to align the logo.

image.thumb.png.11f13f5318272c67a00d48a9f5f406fc.png

 

Thank you.

Header file changes are done.

 

Unable to remove Forums box.

I try finding the below code

.ipsType_pageTitle .ipsFlex-flex:11 .ipsType_break {display:none}

But was unable to find the above code in any css.

 

Please let me know how i can find this code in css

 

Link to comment
Share on other sites

  • 2 weeks later...
On 10/4/2020 at 4:09 AM, crazzzydave said:

To remove the word "Forums", try adding the code below to your CSS Custom.css:


[data-pagemodule="forums"][data-pagecontroller="index"] .cForumHeader h1.ipsType_pageTitle {
	display: none;

 

Thank you !!! It's working but the button besides "Forums" named "Start new topic" is getting shifted to left side.

I want "Start new topic" Button right aligned only.

Link to comment
Share on other sites

  • 2 weeks later...
On 10/16/2020 at 2:07 PM, opentype said:

I think you are focussed on the wrong issues. Your home page takes 18 seconds to even start rendering. Your site isn’t forcing SSL encryption properly. Those are major issues that need fixing. Whether or not a word appears or how high something is, won’t change much.

Thank you for your reply. 😊

My Forum takes 4-5 seconds to load for first time user and 2-3 seconds for repeating users.

Regarding SSL, I'm looking into it.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...